diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 91b0b77..aa13c15 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -222,47 +222,33 @@ fira-code fira-code-symbols gohufont + inconsolata liberation_ttf - nerd-fonts.daddy-time-mono - nerd-fonts.monofur + #nerd-fonts + nerd-fonts._0xproto nerd-fonts._3270 + nerd-fonts.anonymice + nerd-fonts.daddy-time-mono + nerd-fonts.hack + nerd-fonts.jetbrains-mono + nerd-fonts.monofur + nerd-fonts.monoid + nerd-fonts.roboto-mono + nerd-fonts.sauce-code-pro + nerd-fonts.shure-tech-mono + nerd-fonts.space-mono nerd-fonts.ubuntu + nerd-fonts.ubuntu-mono + nerd-fonts.zed-mono noto-fonts noto-fonts-color-emoji noto-fonts-monochrome-emoji mplus-outline-fonts.githubRelease mononoki + powerline-fonts proggyfonts ]; - programs.zsh.enable = true; - programs.git = { - enable = true; - lfs.enable = true; - }; - # Orchestrator for FOSS VR stack - #programs.envision = { - # enable = true; - # openFirewall = true; # This is set true by default - #}; - nixpkgs.config.permittedInsecurePackages = [ - "electron-27.3.11" - ]; - #fonts = { - # fontconfig.enable = true; - # enableFontDir = true; - # enableGhostscriptFonts = true; - # fonts = with pkgs; [ - # corefonts - # dejavu_fonts - # inconsolata - # source-han-sans-japanese - # source-han-sans-korean - # source-han-sans-simplified-chinese - # source-han-sans-traditional-chinese - # ubuntu_font_family - # ]; - #}; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;