Files
system-config/home-manager/features/development.nix
2025-02-11 15:42:32 -08:00

10 lines
94 B
Nix

{ ... }:
{
imports = [
./git.nix
./shell.nix
./terminal.nix
./neovim
];
}