dotfiles/nix/default.nix

7 lines
60 B
Nix

{ ... }:
{
imports = [
./cgnix
./mcdev.nix
];
}