mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Cleaning up unused pam config
This commit is contained in:
parent
0691e38add
commit
4a7d92b13d
|
@ -10,12 +10,6 @@ in
|
|||
|
||||
# Security
|
||||
security = {
|
||||
pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
# pam.services.gtklock = {};
|
||||
pam.services.login.enableGnomeKeyring = true;
|
||||
};
|
||||
|
||||
|
@ -28,7 +22,7 @@ in
|
|||
xwayland = {
|
||||
enable = true;
|
||||
};
|
||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||
portalPackage = pkgs-hyprland.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue