added quotes with cowsay

This commit is contained in:
Tomas Rivera
2026-02-27 09:44:03 +01:00
parent 09379e898b
commit 386913b4a3
10 changed files with 83 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ home.packages = [
(pkgs.callPackage ../../modules/scripts/dontkillsteam.nix {})
(pkgs.callPackage ../../modules/scripts/batterynotify.nix {})
(pkgs.callPackage ../../modules/scripts/weather.nix {})
(pkgs.callPackage ../../modules/scripts/cowsay.nix {})
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello