feat(i3): enable screen locker

main
mandlm 2022-06-26 19:02:56 +02:00
parent 17c80b0a5a
commit 05af64bfba
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 0 deletions

View File

@ -34,4 +34,9 @@
}];
};
};
services.screen-locker = {
enable = true;
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
};
}