[Organizations] Reorganizes files a bit, making features/development
This commit is contained in:
15
home-manager/features/development/development.nix
Normal file
15
home-manager/features/development/development.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
# Dev apps
|
||||
../git.nix
|
||||
../shell.nix
|
||||
../terminal.nix
|
||||
../neovim
|
||||
../ssh.nix
|
||||
|
||||
# Languages
|
||||
./nix.nix
|
||||
./lua.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user