diff options
author | sefidel <contact@sefidel.net> | 2023-09-14 21:01:01 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-14 21:01:01 +0900 |
commit | 7e7e58cb4e51572a704e47c739a15d8a53deff03 (patch) | |
tree | ff61a8d7b55096be4257324cc151021940e9188e /nixos | |
parent | 54410b5aa8b568ea01a7b1895073b40c3699f1e0 (diff) | |
download | nixrc-7e7e58cb4e51572a704e47c739a15d8a53deff03.tar.gz nixrc-7e7e58cb4e51572a704e47c739a15d8a53deff03.zip |
feat(nixos/haruka): use ter-v32n console font
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/haruka/configuration.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index d6cba4b..9a3f684 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -59,12 +59,8 @@ # HiDPI console.earlySetup = lib.mkDefault true; - console.font = lib.mkForce "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; - services.xserver.dpi = 100; - environment.variables = { - GDK_SCALE = lib.mkDefault "2"; - GDK_DPI_SCALE = lib.mkDefault "0.5"; - }; + console.font = lib.mkForce "${pkgs.terminus_font}/share/consolefonts/ter-v32n.psf.gz"; + services.xserver.dpi = 160; console.keyMap = "us"; console.colors = [ |