nixos-systems/modules/home/default.nix

7 lines
59 B
Nix

{
imports = [
./base.nix
./fish.nix
./git.nix
];
}