summaryrefslogtreecommitdiff
path: root/common/home/hyprland/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/hyprland/default.nix')
-rw-r--r--common/home/hyprland/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index f4f8d80..b08e8a4 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -1,5 +1,9 @@
{ pkgs, ... }: {
enable = true;
+
+ package = null;
+ portalPackage = null;
+
systemd = {
enable = true;
variables = [ "--all" ];