modgud.nix 101 B

12345678
  1. {
  2. imports = [
  3. ./features/core.nix
  4. ./features/cli
  5. # ./features/nvim/minimal.nix
  6. ];
  7. }