[dev] Adds more dev tools (git, kubernetes) and meta packages

This commit is contained in:
Drew Haven
2025-02-10 14:44:38 -08:00
parent c7c80c8140
commit fda8ead0f9
8 changed files with 71 additions and 11 deletions

View File

@@ -3,12 +3,11 @@
imports = [
./features/audio.nix
./features/hyprland.nix
./features/neovim.nix
./features/shell.nix
./features/ssh.nix
./features/terminal.nix
./features/development-linux.nix
];
home.stateVersion = "24.11";
home.username = "drew";
home.homeDirectory = "/home/drew";
@@ -93,5 +92,8 @@
style.name = "adwaita-dark";
};
home.stateVersion = "24.11";
programs.git = {
userName = "Drew Haven";
userEmail = "drew.haven@gmail.com";
};
}