Auto: cleanup-2026-06-04T16-10-09Z

This commit is contained in:
2026-06-04 18:10:27 +02:00
parent d673efcc8c
commit 8ee9c3f639
4 changed files with 114 additions and 113 deletions
+1 -2
View File
@@ -49,7 +49,6 @@
};
};
};
## Desktop
flake.nixosModules.autoCleanup-desktop = {
@@ -102,7 +101,7 @@
};
};
};
perSystem = {pkgs, ...}: {
perSystem = {pkgs, ...}: {
packages.custom-cleanNix-laptop = pkgs.writeShellApplication {
name = "custom-cleanNix";
+2 -2
View File
@@ -44,7 +44,7 @@
};
};
};
## desktop
flake.nixosModules.autoUpdate-desktop = {pkgs, ...}: {
# Ensure your script is available system-wide
@@ -91,7 +91,7 @@
};
};
};
perSystem = {pkgs, ...}: {
perSystem = {pkgs, ...}: {
packages.custom-autoupdate-laptop = pkgs.writeShellApplication {
name = "custom-autoupdate";