xdg-kde
This commit is contained in:
parent
4a50584397
commit
c9c85ea7bc
1 changed files with 10 additions and 0 deletions
|
@ -28,5 +28,15 @@ in
|
||||||
environment.systemPackages = with pkgs.kdePackages; [
|
environment.systemPackages = with pkgs.kdePackages; [
|
||||||
kalarm
|
kalarm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = with pkgs.kdePackages; [
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
|
configPackages = with pkgs.kdePackages; [
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue