diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-06 18:47:51 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-06 18:47:51 +0200 |
| commit | 806127cb6f3cea8ce1ada0714a7ea9b0784b573c (patch) | |
| tree | e9b2d54133b550e65b40efec50a31ebffa2fa450 /common | |
| parent | f0ddb8a49d1a59b0aed043b6a3a3161bfbe3e18e (diff) | |
2026-04-06 updates by auto-switch
Diffstat (limited to 'common')
| -rw-r--r-- | common/home/hyprland/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index b08e8a4..95ac423 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -1,9 +1,6 @@ { pkgs, ... }: { enable = true; - package = null; - portalPackage = null; - systemd = { enable = true; variables = [ "--all" ]; |