feat: variable-based path interpolated hyprpaper config UNTESTED
This commit is contained in:
parent
899c1b4a26
commit
362d2098bf
4 changed files with 38 additions and 7 deletions
12
home-manager/stvnliu/hyprpaper.nix
Normal file
12
home-manager/stvnliu/hyprpaper.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs, config, ...}:
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
preload = [ config.myWallPaperPathString ];
|
||||
wallpapaer = ",${config.myWallPaperPathString}";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue