screenlock
This commit is contained in:
parent
78369ea502
commit
08c2e18396
5 changed files with 22 additions and 11 deletions
|
|
@ -150,6 +150,13 @@
|
|||
GTK_THEME = "Adwaita:dark";
|
||||
};
|
||||
|
||||
# patch for swaylock https://github.com/swaywm/sway/issues/2773
|
||||
security.pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
|
||||
# Patch for IDEA PlugIn dev. Should be in dev flake!
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue