Skip to content

Commit

Permalink
Less fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Dec 29, 2024
1 parent 8e28c52 commit b2bfbcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
5 changes: 5 additions & 0 deletions modules/hardware/virtualisation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
virt-manager
];
};
fonts = {
packages = with pkgs; [
virt-manager
];
};
virtualisation = {
docker = {
enable = true;
Expand Down
16 changes: 3 additions & 13 deletions modules/system/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,12 @@
enableDefaultPackages = true;
packages = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
dina-font
proggyfonts
virt-manager
powerline-fonts
];
fontconfig = {
defaultFonts = {
monospace = [ "Fira Code" ];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
monospace = [ "FiraCode Nerd Font" ];
sansSerif = [ "NotoSans Nerd Font" ];
serif = [ "NotoSerif Nerd Font" ];
};
};
};
Expand Down

0 comments on commit b2bfbcc

Please sign in to comment.