summary refs log tree commit diff stats
path: root/system/settings/hardware/hidpi.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-21 14:58:25 +0200
committerAlan Pearce2019-10-21 14:58:25 +0200
commit9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa (patch)
treeeeab269e2332e8c20b29e7fead1effd637ff959a /system/settings/hardware/hidpi.nix
parent6338eb3e142f7dc7568ef454c6a5c0f9f4608b51 (diff)
downloadnixfiles-9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa.tar.lz
nixfiles-9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa.tar.zst
nixfiles-9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa.zip
Replace parts of T470s configuration with nixos-hardware
Diffstat (limited to 'system/settings/hardware/hidpi.nix')
-rw-r--r--system/settings/hardware/hidpi.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/settings/hardware/hidpi.nix b/system/settings/hardware/hidpi.nix
deleted file mode 100644
index 1f4644c5..00000000
--- a/system/settings/hardware/hidpi.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{ i18n = {
-    consoleFont = "ter-v24b";
-    consolePackages = with pkgs; [
-      terminus_font
-    ];
-  };
-}