Enable sway-lock pam modules
This commit is contained in:
parent
02f4477de6
commit
d207cd4beb
|
@ -15,6 +15,8 @@
|
||||||
../modules/personal/fonts
|
../modules/personal/fonts
|
||||||
# Encrypted DNS
|
# Encrypted DNS
|
||||||
../modules/services/edns
|
../modules/services/edns
|
||||||
|
# Other services
|
||||||
|
../modules/services/swaylock.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set kernel version to latest
|
# Set kernel version to latest
|
||||||
|
@ -129,6 +131,9 @@
|
||||||
## Security stuff
|
## Security stuff
|
||||||
libsForQt5.qtkeychain
|
libsForQt5.qtkeychain
|
||||||
|
|
||||||
|
## Wayland
|
||||||
|
qt5.qtwayland
|
||||||
|
|
||||||
## Enable nix-flakes
|
## Enable nix-flakes
|
||||||
# (pkgs.writeShellScriptBin "nixFlakes" ''
|
# (pkgs.writeShellScriptBin "nixFlakes" ''
|
||||||
# exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
# exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||||
|
@ -210,6 +215,7 @@
|
||||||
# PAM
|
# PAM
|
||||||
security.pam.services.lightdm.enableKwallet = true;
|
security.pam.services.lightdm.enableKwallet = true;
|
||||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||||
|
services.swaylock.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue