add dev doc
Some checks failed
nixos config pipeline / show-flake (push) Successful in 40s
nixos config pipeline / deploy (push) Failing after 50s

This commit is contained in:
smayzy 2026-04-26 15:17:28 +02:00
parent 14b36f71bf
commit f85aad4f95

View File

@ -17,5 +17,6 @@ in
nvf.enable = true; nvf.enable = true;
zsh.enable = true; zsh.enable = true;
}; };
documentation.dev.enable = true;
}; };
} }