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
+2
View File
@@ -143,6 +143,8 @@ services.upower.enable = true;
libnotify # Library that sends desktop notifications to a notification daemon
ripgrep #better grepp
hyprkeys # keybind helper
cowsay
cmatrix
#we need to install gnome and kde utils individually as we dont use gnome
gnome-calculator
snapshot
+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