diff --git a/home-manager/fred.nix b/home-manager/fred.nix index 3a7535c..8256e98 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -5,6 +5,8 @@ let in { home.stateVersion = "25.11"; + + systemd.user.services.hyprpaper.enable = lib.mkForce false; home.packages = with pkgs; [ # diff --git a/settings/hyprland.nix b/settings/hyprland.nix index f779c63..a25e7ce 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -91,6 +91,7 @@ "nm-applet --indicator" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" + "hyprpaper" "hyprctl setcursor Bibata-Modern-Ice 24" ];