diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/local/i3.nix | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index da5dcaf..8b8fda2 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -71,47 +71,6 @@ in { ]; services.flatpak.enable = true; - fonts = { - enableDefaultPackages = true; - fontconfig = { - defaultFonts.emoji = ["Noto Color Emoji"]; - defaultFonts.monospace = ["Hack" "Sarasa Mono SC"]; - defaultFonts.sansSerif = ["DejaVu Sans"]; - defaultFonts.serif = ["DejaVu Serif" "Source Han Serif SC"]; - }; - packages = with pkgs; - [ - fira-code - fira - cooper-hewitt - ibm-plex - jetbrains-mono - iosevka - spleen - fira-code-symbols - powerline-fonts - arphic-ukai - arphic-uming - dejavu_fonts - font-awesome - inconsolata # monospaced - noto-fonts - noto-fonts-cjk-sans - noto-fonts-emoji - noto-fonts-extra - powerline-fonts - source-han-sans-japanese - source-han-sans-korean - source-han-sans-simplified-chinese - source-han-sans-traditional-chinese - source-sans-pro - ubuntu_font_family - wqy_microhei - wqy_zenhei - ] - ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); - }; - # screen capture # |
