[dev] Adds more dev tools (git, kubernetes) and meta packages
This commit is contained in:
9
home-manager/features/development.nix
Normal file
9
home-manager/features/development.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./shell.nix
|
||||
./terminal.nix
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user