diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 |
| commit | cab9134cfafbd7abbc6766384191f58c1ca9c16a (patch) | |
| tree | d6cce13c88e63f29b4ba49bb4d4f5b606d06484e /modules/wm_utils.nix | |
| parent | 32fa47525533b73786d9b41e410a0e6106e18977 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/wm_utils.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix index 5981cf3..c61bba4 100644 --- a/modules/wm_utils.nix +++ b/modules/wm_utils.nix @@ -18,5 +18,9 @@ sway-launcher-desktop ]; + xdg.portal.enable = true; + xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal ]; + xdg.portal.config.common.default = "wlr"; + services.dbus.enable = true; } |
