3 lines
104 B
Nix
3 lines
104 B
Nix
{pkgs,...}: {
|
|
environment.defaultPackages = [pkgs.neovim]; # Still have to be able to edit configs.
|
|
}
|