mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
parent
600ce016e2
commit
59aabcd3db
1 changed files with 7 additions and 0 deletions
|
|
@ -33,6 +33,13 @@ in
|
||||||
```nix
|
```nix
|
||||||
security.pam.services.swaylock = {};
|
security.pam.services.swaylock = {};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On non-NixOS, it is easiest to avoid incompatibility involving PAM by
|
||||||
|
|
||||||
|
1. stopping Home Manager from installing swaylock by setting
|
||||||
|
{option}`programs.swaylock.package` to `null`; and
|
||||||
|
|
||||||
|
2. instead installing swaylock from your distribution's repository.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue