imladris/configs/default.nix

7 lines
61 B
Nix

{ ... }: {
imports = [
./git.nix
./pkgs.nix
];
}