Reshuffling stuff
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user