fix(hyprland): adjusted to reflect changes to new hyprland version
This commit is contained in:
parent
aff274cdb6
commit
c5739925e9
5 changed files with 179 additions and 318 deletions
|
|
@ -6,14 +6,13 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
imports = [ inputs.hyprpaper.homeManagerModules.hyprpaper ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
preloads = ["${wallpaperPath}"];
|
||||
wallpapers = [", ${wallpaperPath}"];
|
||||
ipc = false;
|
||||
};
|
||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||
preload = ${wallpaperPath}
|
||||
wallpaper = , ${wallpaperPath}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue