feat: remove unused bindings
This commit is contained in:
parent
13b7bf9b47
commit
fe2fa1a7e1
11 changed files with 2 additions and 24 deletions
|
|
@ -1,13 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = "/home/sprechtl/dotfiles/background.png";
|
||||
wallpaper = "/home/sprechtl/dotfiles/background.png";
|
||||
preload = "~/dotfiles/background.png";
|
||||
wallpaper = "~/dotfiles/background.png";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue