summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-04-06 10:34:56 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-04-06 10:34:56 +0200
commit062c519c85ce2bbb9deaa3e4b505c665aee4bd68 (patch)
tree012e8fed6130ababe651c012dafcca4374c2998b /common/home/hyprland
parente39b333fdf6ffd9050c45078593de968bffc2fac (diff)
2026-04-06 updates by auto-switch
Diffstat (limited to 'common/home/hyprland')
-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" ];