new wallpaperthingie

This commit is contained in:
2026-03-17 21:52:40 +00:00
parent 1e69e20380
commit f0bdb29ad4
3 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -210,8 +210,6 @@ outputs =
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; }; home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
} }
# wallpaperstuff
./generated/out_of_tree/core/rotating_wallpaper.nix
]; ];
specialArgs = { inherit user inputs flakeRoot; }; specialArgs = { inherit user inputs flakeRoot; };
} }
@@ -268,6 +266,10 @@ in
direnv direnv
git-extras git-extras
]; ];
imports = [
.generated/out_of_tree/core/rotating_wallpaper.nix
];
}; };
# Ensure the user is in the necessary groups # Ensure the user is in the necessary groups
-2
View File
@@ -66,8 +66,6 @@ outputs =
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; }; home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
} }
# wallpaperstuff
./generated/out_of_tree/core/rotating_wallpaper.nix
]; ];
specialArgs = { inherit user inputs flakeRoot; }; specialArgs = { inherit user inputs flakeRoot; };
} }
@@ -18,6 +18,10 @@ in
direnv direnv
git-extras git-extras
]; ];
imports = [
.generated/out_of_tree/core/rotating_wallpaper.nix
];
}; };
# Ensure the user is in the necessary groups # Ensure the user is in the necessary groups