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