System Gen128 @ 2024-11-02-15:28:46
This commit is contained in:
parent
669c50c1b4
commit
e0c301b51c
@ -15,6 +15,15 @@ in {
|
|||||||
dbus.enable = true;
|
dbus.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [
|
||||||
|
pkgs.xdg-desktop-portal-wlr
|
||||||
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
|
pkgs.libsForQt5.xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.services.sddm.enableKwallet = true;
|
security.pam.services.sddm.enableKwallet = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libsForQt5.kwallet
|
libsForQt5.kwallet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user