diff options
-rw-r--r-- | hosts/thinklappi/default.nix | 5 | ||||
-rw-r--r-- | sys/keyboard/default.nix | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index d0887d7..a2d6635 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -33,11 +33,6 @@ time.timeZone = "Europe/Berlin"; - console = { - font = "Lat2-Terminus16"; - keyMap = "de"; - }; - programs.ssh.startAgent = true; system.stateVersion = "23.05"; diff --git a/sys/keyboard/default.nix b/sys/keyboard/default.nix index 9b755d3..08317ff 100644 --- a/sys/keyboard/default.nix +++ b/sys/keyboard/default.nix @@ -3,4 +3,8 @@ layout = "de"; xkbOptions = "grp:win_space_toggle"; }; + console = { + font = "Lat2-Terminus16"; + keyMap = "de"; + }; } |