mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
yesterday 10b8f48901bee78e1f59e92eee2076a63b79a903
Enable neovim
1 files modified
1 files added
7 ■■■■■ changed files
nixos/neovim.nix 6 ●●●●● patch | view | raw | blame | history
smini/configuration.nix 1 ●●●● patch | view | raw | blame | history
nixos/neovim.nix
New file
@@ -0,0 +1,6 @@
{
  programs.neovim = {
    enable = true;
    defaultEditor = true;
  };
}
smini/configuration.nix
@@ -15,6 +15,7 @@
      ../nixos/btrfs.nix
      ../nixos/nginx.nix
      ../nixos/home-assistant.nix
      ../nixos/neovim.nix
    ];
  # Bootloader.