Reshuffling stuff

This commit is contained in:
2026-03-18 18:15:09 +00:00
parent f9160961d2
commit c128169e50
2 changed files with 14 additions and 2 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ let
});
in
{
environment.systemPackages = with pkgs; [ eww ];
mySystem = {
apps.wallpaper = {
enable = true;
packages = [ "eww" ]; # just symbolic names
};
};
home-manager.users.${user.username} = {
home.file = {