less packages
This commit is contained in:
8
sw.nix
8
sw.nix
@@ -46,13 +46,13 @@
|
|||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.fira-code
|
#nerd-fonts.fira-code
|
||||||
corefonts
|
#corefonts
|
||||||
noto-fonts
|
#noto-fonts
|
||||||
];
|
];
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ];
|
#defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|||||||
Reference in New Issue
Block a user