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 eed568e289
commit 57a1d1f5b9
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
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
];
};
}