update
This commit is contained in:
parent
e68fffc8c2
commit
ba902a4708
1 changed files with 14 additions and 14 deletions
|
|
@ -1,22 +1,22 @@
|
|||
{ ... }:
|
||||
{ ... }:
|
||||
{
|
||||
home.file.".config/hypr/wallpaper.png" = {
|
||||
source = ../../../wallpapers/default.png;
|
||||
home.file.".config/hypr/wallpaper.jpg" = {
|
||||
source = ../../../wallpapers/default.jpg;
|
||||
};
|
||||
|
||||
services.hyprpaper = let
|
||||
default = "/home/lilith/.config/hypr/wallpaper.png";
|
||||
in {
|
||||
enable = true;
|
||||
services.hyprpaper =
|
||||
let
|
||||
default = "/home/lilith/.config/hypr/wallpaper.jpg";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
splash = false;
|
||||
settings = {
|
||||
splash = false;
|
||||
|
||||
preload = [ default ];
|
||||
preload = [ default ];
|
||||
|
||||
wallpaper = [
|
||||
",${default}"
|
||||
];
|
||||
wallpaper = [ ",${default}" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue