Add various fonts
This commit is contained in:
parent
8784d609ed
commit
66d7fdf559
1 changed files with 16 additions and 30 deletions
|
@ -222,47 +222,33 @@
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
gohufont
|
gohufont
|
||||||
|
inconsolata
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
nerd-fonts.daddy-time-mono
|
#nerd-fonts
|
||||||
nerd-fonts.monofur
|
nerd-fonts._0xproto
|
||||||
nerd-fonts._3270
|
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
|
||||||
|
nerd-fonts.ubuntu-mono
|
||||||
|
nerd-fonts.zed-mono
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
noto-fonts-monochrome-emoji
|
noto-fonts-monochrome-emoji
|
||||||
mplus-outline-fonts.githubRelease
|
mplus-outline-fonts.githubRelease
|
||||||
mononoki
|
mononoki
|
||||||
|
powerline-fonts
|
||||||
proggyfonts
|
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
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue