paper
This commit is contained in:
parent
75f2ac0bc2
commit
284e3a8158
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hyprpaper = let
|
services.hyprpaper = let
|
||||||
default = "/home/${conf.user}/.config/hypr/default.png";
|
default = "~/.config/hypr/wallpaper.png";
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
preload = [ default ];
|
preload = [ default ];
|
||||||
|
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
",~/.config/hypr/default.png"
|
",~/${default}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue