odin.nix 86 B

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