diff options
| author | Fuwn <[email protected]> | 2024-09-04 23:42:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 23:42:27 -0700 |
| commit | 138d7168d92476994cb024d714733517d089119b (patch) | |
| tree | 901d70d531fda0d70d504f9a8ec756a990c05215 /modules/system/default.nix | |
| parent | Bump (diff) | |
| download | nixos-config-138d7168d92476994cb024d714733517d089119b.tar.xz nixos-config-138d7168d92476994cb024d714733517d089119b.zip | |
Bump
Diffstat (limited to 'modules/system/default.nix')
| -rw-r--r-- | modules/system/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index cdef99d..d6f1656 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -6,6 +6,7 @@ ./desktop ./networking ./services + # ./gaming.nix ./encryption.nix ./programs.nix ./systemd.nix @@ -21,4 +22,11 @@ enableNg = true; }; }; + + environment.enableAllTerminfo = true; + + console = { + earlySetup = true; + keyMap = "us"; + }; } |