nixos-config/modules/home/nvim/default.nix

5 lines
52 B
Nix
Raw Normal View History

2023-11-05 11:40:44 +01:00
{ pkgs, ... }:
{
2023-12-23 12:43:04 +01:00
programs.neovim.enable = true;
2023-11-05 11:40:44 +01:00
}