feat(i3): enable screen locker
This commit is contained in:
parent
17c80b0a5a
commit
05af64bfba
1 changed files with 5 additions and 0 deletions
|
@ -34,4 +34,9 @@
|
|||
}];
|
||||
};
|
||||
};
|
||||
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue