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-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;
|
||||
|
|
Loading…
Reference in a new issue