[dev] Adds more dev tools (git, kubernetes) and meta packages
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user