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
|
||||
default = "/home/${conf.user}/.config/hypr/default.png";
|
||||
default = "~/.config/hypr/wallpaper.png";
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
preload = [ default ];
|
||||
|
||||
wallpaper = [
|
||||
",~/.config/hypr/default.png"
|
||||
",~/${default}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue