We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb02b8 commit eaa43deCopy full SHA for eaa43de
README.md
@@ -143,7 +143,6 @@
143
│ │ │ ├── foot.nix
144
│ │ │ ├── ghostty.nix
145
│ │ │ └── wezterm.nix
146
-│ │ ├── activitywatch.nix
147
│ │ ├── default.nix
148
│ │ ├── KeyboardVisualizer.nix
149
│ │ ├── nextcloud.nix
@@ -393,7 +392,7 @@
393
392
├── shell.nix
394
└── TODO.md
395
396
-79 directories, 296 files
+79 directories, 295 files
397
398
```
399
home/wm/hypr/default.nix
@@ -13,5 +13,8 @@
13
14
home.packages = [pkgs.polkit_gnome];
15
16
- wayland.windowManager.hyprland.enable = true;
+ wayland.windowManager.hyprland = {
17
+ enable = true;
18
+ portalPackage = null;
19
+ };
20
}
0 commit comments