flake: autoupdate 2026-05-15T12-48-16Z

This commit is contained in:
2026-05-15 14:48:23 +02:00
parent 5bb9785a60
commit cc2e44afef
5 changed files with 71 additions and 3 deletions
+6
View File
@@ -68,6 +68,12 @@
(pkgs.callPackage ../../modules/scripts/dontkillsteam.nix {}) # kill app (if it is steam put it in some background
(pkgs.callPackage ../../hostsModules/laptop/scripts/batterynotify.nix {})
(pkgs.callPackage ../../hostsModules/laptop/scripts/batterywarning.nix {})
# checks if matrix-commander-rs is installed and logged in
(pkgs.callPackage ../../hostsModules/laptop/scripts/checkMatrix.nix {})
# autoupdate the flake and send notification to system and to matrix
(pkgs.callPackage ../../hostsModules/laptop/scripts/autoUpdate.nix {})
(pkgs.callPackage ../../modules/scripts/weather.nix {})
(pkgs.callPackage ../../modules/scripts/wallpaper.nix {})
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})