setup-env #1

Merged
noah.knegt merged 28 commits from setup-env into main 2025-02-28 21:49:32 +01:00
19 changed files with 276 additions and 29 deletions
Showing only changes of commit 002775a42a - Show all commits

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
];