add wallpapers to the home-manager portion of configuration.nix
This commit is contained in:
parent
c893b2d548
commit
c64011493a
@ -114,6 +114,10 @@ in
|
||||
source = ./config/zathura;
|
||||
recursive = true;
|
||||
};
|
||||
".local/share/wallpapers" = {
|
||||
source = ./wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user