Files
nixos-configuration/shared/base/home-manager/development/default.nix

7 lines
53 B
Nix

{
imports = [
./git.nix
./helix.nix
];
}