Files
DCGOS/home/tui/neovim.nix
2025-09-22 17:24:34 +08:00

6 lines
64 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
neovim
];
}