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; + }; }; };