diff --git a/configuration.nix b/configuration.nix index 31f4edc..86c3440 100644 --- a/configuration.nix +++ b/configuration.nix @@ -129,7 +129,7 @@ services.desktopManager.plasma6.enable = true; services.accounts-daemon.enable = true; xdg.portal.enable = true; - xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ]; + xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde6 ]; services.libinput.enable = true;