Files
system-config/home-manager/features/development/development.nix

16 lines
173 B
Nix

{ ... }:
{
imports = [
# Dev apps
../git.nix
../shell.nix
../terminal.nix
../neovim
../ssh.nix
# Languages
./nix.nix
./lua.nix
];
}