mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix: fix wallpaper not existing anymore
This commit is contained in:
parent
9d6a1d2505
commit
6db6c98e9e
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||||
preload = ${../../machines/x2100/wallpaper.jpg}
|
preload = ${../../machines/fischer/wallpaper.jpg}
|
||||||
wallpaper = ,${../../machines/x2100/wallpaper.jpg}
|
wallpaper = ,${../../machines/fischer/wallpaper.jpg}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.swayidle = {
|
services.swayidle = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue