make fairfax hd detected as a monospace font
This commit is contained in:
parent
0307e5aeb5
commit
788a27a1f5
2 changed files with 18 additions and 0 deletions
|
@ -27,6 +27,21 @@ in {
|
|||
(pkgs.callPackage ../packages/linja-nanpa.nix {})
|
||||
nix-packages.packages.${system}.fairfax-hd
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.fontconfig.localConf = ''
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="scan">
|
||||
<test name="family">
|
||||
<string>Fairfax HD</string>
|
||||
</test>
|
||||
<edit name="spacing">
|
||||
<int>100</int>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
'';
|
||||
|
||||
time.timeZone = "Etc/GMT-1"; # Confusing naming, it's 1 hour east of GMT
|
||||
services.pcscd.enable = true;
|
||||
|
|
|
@ -6,5 +6,8 @@ _: {
|
|||
disable_ligatures = "cursor";
|
||||
shell_integration = "disabled";
|
||||
};
|
||||
extraConfig = ''
|
||||
symbol_map U+F1900-U+F19FF Fairfax HD
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue