Skip to content

Commit eaa43de

Browse files
committed
home/wm/hypr: fix xdg portal..
1 parent afb02b8 commit eaa43de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
│   │   │   ├── foot.nix
144144
│   │   │   ├── ghostty.nix
145145
│   │   │   └── wezterm.nix
146-
│   │   ├── activitywatch.nix
147146
│   │   ├── default.nix
148147
│   │   ├── KeyboardVisualizer.nix
149148
│   │   ├── nextcloud.nix
@@ -393,7 +392,7 @@
393392
├── shell.nix
394393
└── TODO.md
395394
396-
79 directories, 296 files
395+
79 directories, 295 files
397396
398397
```
399398

home/wm/hypr/default.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313

1414
home.packages = [pkgs.polkit_gnome];
1515

16-
wayland.windowManager.hyprland.enable = true;
16+
wayland.windowManager.hyprland = {
17+
enable = true;
18+
portalPackage = null;
19+
};
1720
}

0 commit comments

Comments
 (0)