diff options
| author | Baitinq <[email protected]> | 2024-12-30 02:15:11 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-12-30 02:15:11 +0100 |
| commit | e59bcadf942fc9a306cb49c786ffba46fc6d0451 (patch) | |
| tree | 0859f30e5f51a2a0b05b7e995418da1993876bcb /modules | |
| parent | Dotfiles: Fix ghostty gtk borders (diff) | |
| download | nixos-config-e59bcadf942fc9a306cb49c786ffba46fc6d0451.tar.gz nixos-config-e59bcadf942fc9a306cb49c786ffba46fc6d0451.tar.bz2 nixos-config-e59bcadf942fc9a306cb49c786ffba46fc6d0451.zip | |
Font: Change font style
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/fonts/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index e3a7086..7203f30 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -14,16 +14,6 @@ defaultFonts = { monospace = [ "TX-02" "Inconsolata LGC" ]; }; - # localConf = '' - # <?xml version="1.0"?> - # <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> - # <fontconfig> - # <match target="pattern"> - # <test qual="any" name="family" compare="eq"><string>Berkeley Mono</string></test> - # <edit name="family" mode="assign" binding="same"><string>Inconsolata LGC</string></edit> - # </match> - # </fontconfig> - # ''; }; }; } |