nixos-systems/modules/home/default.nix

9 lines
85 B
Nix

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