Install nerdfonts source code pro

This commit is contained in:
2025-02-28 21:44:39 +01:00
parent b522df0be7
commit 002775a42a
2 changed files with 6 additions and 3 deletions

View File

@@ -48,8 +48,14 @@
home = {
username = "noahk";
homeDirectory = "/home/noahk";
packages = [
(pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; })
];
};
fonts.fontconfig.enable = true;
# Add stuff for your user as you see fit:
# programs.neovim.enable = true;
# home.packages = with pkgs; [ steam ];

View File

@@ -124,9 +124,6 @@
# Menu kind
xfce.xfce4-whiskermenu-plugin
# Fonts
nerdfonts
# Spotify
spotify
];