This commit is contained in:
Jakub Kropáček 2025-03-07 22:26:49 +01:00
parent 4a50584397
commit c9c85ea7bc

View file

@ -28,5 +28,15 @@ in
environment.systemPackages = with pkgs.kdePackages; [
kalarm
];
xdg.portal = {
enable = true;
extraPortals = with pkgs.kdePackages; [
xdg-desktop-portal-kde
];
configPackages = with pkgs.kdePackages; [
xdg-desktop-portal-kde
];
};
};
}