mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Makes screen turn off if console inactive for 60 seconds
This commit is contained in:
parent
d58c4c4caf
commit
408b0f5f4f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
|
||||
boot.tmp.useTmpfs = lib.mkDefault true;
|
||||
|
||||
boot.kernelParams = ["consoleblank=60"];
|
||||
|
||||
console.keyMap = "colemak";
|
||||
console.packages = [pkgs.terminus_font];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue