1
0

fedora.nix 109 B

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