dotfiles/modules/generic/default.nix

9 lines
212 B
Nix

{
# the `modules/generic` folder is generic only across nixos and darwin, not
# across home manager. home modules are in `modules/home`
imports = [
./nix.nix
./profiles.nix
./secrets.nix
];
}