NixosConfig/modules/default-packages.nix
2026-02-26 15:17:43 +00:00

5 lines
No EOL
55 B
Nix

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