Fix wallpaper

This commit is contained in:
Clayton Hickey 2025-11-09 15:24:40 -05:00
parent ef8232c543
commit c6bbf0af16
2 changed files with 4 additions and 1 deletions

View file

@ -62,7 +62,7 @@
cos.hyprland = {
enable = true;
wallpaper = builtins.toString ./TranscodedWallpaper.jpeg;
wallpaper = builtins.toString ../TranscodedWallpaper.jpeg;
};
# auto-mount USB drives

View file

@ -157,6 +157,9 @@ let cfg = config.cos.hyprland; in
xwayland = {
force_zero_scaling = true;
};
misc = {
disable_hyprland_logo = true;
};
};
};