[dev] Adds more dev tools (git, kubernetes) and meta packages
This commit is contained in:
8
home-manager/features/development-linux.nix
Normal file
8
home-manager/features/development-linux.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
# Meta-package for development on linux
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./development.nix
|
||||
./ssh.nix
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user