From 2f18f69d9ced49bd0932c187d72a41ae9fea585e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:54:30 -0700 Subject: console configuration is moved to a module --- hosts/common/system/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hosts/common') diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index 6fc0651..3e546ff 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -11,11 +11,6 @@ ./users.nix ]; - console = { - font = "Lat2-Terminus16"; - keyMap = "us"; - }; - # It's always useful to have bash around environment.shells = [ pkgs.bashInteractive pkgs.zsh pkgs.fish ]; } -- cgit 1.4.1