From b8a53b18c1d54518d23b49ff15160658c23dcf02 Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Mon, 10 Mar 2025 05:54:12 -0400 Subject: [PATCH] hyprland: setup packaes => null, since the nixos module is used --- home/wayland/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/wayland/hyprland/default.nix b/home/wayland/hyprland/default.nix index 13f8cb3..2ee3dcc 100644 --- a/home/wayland/hyprland/default.nix +++ b/home/wayland/hyprland/default.nix @@ -10,5 +10,7 @@ enable = true; systemd.enable = true; xwayland.enable = true; + package = null; + portalPackage = null; }; }