flake.nix: set vim as default editor in test vm
Some checks failed
Build / check (push) Failing after 5m52s
Build / build (push) Successful in 13m18s
Build / docs (push) Successful in 15m43s

This commit is contained in:
2025-11-10 22:56:37 +09:00
parent c6d3bbca6f
commit 7514d5e738

View File

@@ -145,6 +145,11 @@
};
systemd.services."mysqladm@".environment.RUST_LOG = "debug";
programs.vim = {
enable = true;
defaultEditor = true;
};
})
];
};