Add various fonts

This commit is contained in:
Chris Thompson 2024-12-14 18:44:29 -05:00
parent 8784d609ed
commit 66d7fdf559

View file

@ -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;