Fix i3 screen locking
This commit is contained in:
parent
624940eb8d
commit
96de503b1c
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
|||
sudo.execWheelOnly = true;
|
||||
};
|
||||
|
||||
programs.i3lock.enable = true;
|
||||
services = {
|
||||
displayManager = {
|
||||
defaultSession = "none+i3";
|
||||
|
@ -76,6 +77,7 @@ in
|
|||
};
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
extraPackages = [ ];
|
||||
configFile = "${
|
||||
(import ./program-config-files/i3.nix {
|
||||
inherit config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue