added weather script

This commit is contained in:
Tomas Rivera
2026-02-26 18:53:36 +01:00
parent 321fe30583
commit 09379e898b
5 changed files with 15 additions and 51 deletions
+1
View File
@@ -142,6 +142,7 @@ services.upower.enable = true;
notepad-next
libnotify # Library that sends desktop notifications to a notification daemon
ripgrep #better grepp
hyprkeys # keybind helper
#we need to install gnome and kde utils individually as we dont use gnome
gnome-calculator
snapshot
+1 -1
View File
@@ -38,7 +38,7 @@ home.packages = [
#scritps
(pkgs.callPackage ../../modules/scripts/dontkillsteam.nix {})
(pkgs.callPackage ../../modules/scripts/batterynotify.nix {})
(pkgs.callPackage ../../modules/scripts/cliphist.nix {})
(pkgs.callPackage ../../modules/scripts/weather.nix {})
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello