Converted swaylock to a home module

This commit is contained in:
alejandro-angulo 2024-08-02 20:49:25 -07:00
parent 6cf34c66c8
commit dae4076857
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 30 additions and 30 deletions

View file

@ -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 = {};
};
}