summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-08 19:02:10 -0700
committerFuwn <[email protected]>2024-09-08 19:02:10 -0700
commitd8679d547e4f0813ad2236a3574348824eef3db3 (patch)
treecbf0cae37a42f11146e474a78ed5aacf79c2ad5e /modules/system
parentBump: bios (diff)
downloadnixos-config-d8679d547e4f0813ad2236a3574348824eef3db3.tar.xz
nixos-config-d8679d547e4f0813ad2236a3574348824eef3db3.zip
Bump: fonts
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix
index 87ef0a7..fe5fdf2 100644
--- a/modules/system/default.nix
+++ b/modules/system/default.nix
@@ -1,3 +1,4 @@
+{ pkgs, ... }:
{
imports = [
./access
@@ -29,5 +30,7 @@
console = {
earlySetup = true;
keyMap = "us";
+ font = "ter-v18n";
+ packages = [ pkgs.terminus_font ];
};
}