From c6bbf0af16202d26e5be577017ef770cc1ba437c Mon Sep 17 00:00:00 2001 From: clay53 Date: Sun, 9 Nov 2025 15:24:40 -0500 Subject: [PATCH] Fix wallpaper --- clhickey-nixos/configuration.nix | 2 +- hyprland.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/clhickey-nixos/configuration.nix b/clhickey-nixos/configuration.nix index da5980c..d645b76 100644 --- a/clhickey-nixos/configuration.nix +++ b/clhickey-nixos/configuration.nix @@ -62,7 +62,7 @@ cos.hyprland = { enable = true; - wallpaper = builtins.toString ./TranscodedWallpaper.jpeg; + wallpaper = builtins.toString ../TranscodedWallpaper.jpeg; }; # auto-mount USB drives diff --git a/hyprland.nix b/hyprland.nix index 27711e7..29a04ea 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -157,6 +157,9 @@ let cfg = config.cos.hyprland; in xwayland = { force_zero_scaling = true; }; + misc = { + disable_hyprland_logo = true; + }; }; };