Added
This commit is contained in:
13
programs/wm/common/wallpaper/waypaper.nix
Normal file
13
programs/wm/common/wallpaper/waypaper.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ waypaper ];
|
||||
|
||||
home.file = {
|
||||
".config/waypaper/config.ini" = {
|
||||
source = ./waypaper.ini;
|
||||
force = true;
|
||||
recursive = false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user