Polkit,Hypr, update kde-packages to qt6, remove portal

There is a warning to update before deprecation. This is a fix for that.
Remove a conflicting portal implementation
This commit is contained in:
Julia Lange 2025-03-17 16:26:56 -07:00
parent de1f6d020f
commit f6bced0e83
2 changed files with 3 additions and 4 deletions

View file

@ -8,7 +8,7 @@
config = lib.mkIf config.polkit.enable {
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
polkit-kde-agent
kdePackages.polkit-kde-agent-1
];
};
}