fqbn207 7d99bb322d kekl
2025-01-15 22:42:51 +01:00

11 lines
86 B
Nix

{
config,
pkgs,
inputs,
...
}: {
programs.nvf = {
enable = true;
};
}