nix-config/modules/home/minimal/default.nix

9 lines
97 B
Nix

{
imports = [
../.
../../tools/editor
../../tools/git
../../tools/shell
];
}