feat(i3): enable screen locker
This commit is contained in:
parent
17c80b0a5a
commit
05af64bfba
@ -34,4 +34,9 @@
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user