hyprland: setup packaes => null, since the nixos module is used

This commit is contained in:
notohh 2025-03-10 05:54:12 -04:00
parent d08cd8dcd8
commit b8a53b18c1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -10,5 +10,7 @@
enable = true;
systemd.enable = true;
xwayland.enable = true;
package = null;
portalPackage = null;
};
}