Converted swaylock to a home module
This commit is contained in:
parent
6cf34c66c8
commit
dae4076857
5 changed files with 30 additions and 30 deletions
|
@ -17,5 +17,10 @@ in {
|
|||
sway.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# The following fixes an issue with using swaylcock as a home module
|
||||
# Workaround for https://github.com/NixOS/nixpkgs/issues/158025
|
||||
# This comment specifically: https://github.com/NixOS/nixpkgs/issues/158025#issuecomment-1344766809
|
||||
security.pam.services.swaylock = {};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue