diff --git a/hosts/laptop/config/desktop.nix b/hosts/laptop/config/desktop.nix index e9ec6d0..307af54 100644 --- a/hosts/laptop/config/desktop.nix +++ b/hosts/laptop/config/desktop.nix @@ -4,4 +4,6 @@ services.desktopManager.plasma6.enable = true; programs.dconf.enable = true; programs.partition-manager.enable = true; -} \ No newline at end of file + # Fix some programs not using the portal properly + xdg.portal.xdgOpenUsePortal = true; +}