about summary refs log tree commit diff
path: root/modules/system/console/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
commit7aa912237697c08537688cc4d13d75bff819f7aa (patch)
tree646be15680ccec130463e5c66da65a5cf0a0f403 /modules/system/console/default.nix
parentprofiles/workstation: add font configurations (diff)
downloadworld-7aa912237697c08537688cc4d13d75bff819f7aa.tar.gz
profiles/default: more consolidation
Diffstat (limited to 'modules/system/console/default.nix')
-rw-r--r--modules/system/console/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/system/console/default.nix b/modules/system/console/default.nix
deleted file mode 100644
index 5bb169b..0000000
--- a/modules/system/console/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, ... }: {
-  console = {
-    earlySetup = true;
-    font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
-    packages = with pkgs; [ terminus_font ];
-    keyMap = "us";
-  };
-}