Replace hyprpaper with wpaperd and get rid of hyprland
This commit is contained in:
parent
4565265f6e
commit
c13f95df8f
22 changed files with 23 additions and 503 deletions
11
modules/home/wms/programs/wpaperd/default.nix
Normal file
11
modules/home/wms/programs/wpaperd/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.wpaperd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
any.path = "~/.assets/wallpapers/1.png";
|
||||
"${config.displays.d2}".path = "~/.assets/wallpapers/2.png";
|
||||
"${config.displays.d3}".path = "~/.assets/wallpapers/3.png";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue