feat: move neovim to own config

This commit is contained in:
Ahwx 2025-12-28 12:06:42 +01:00
parent 273d6e9207
commit a50919b8ff
3 changed files with 24 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
vimv
@ -27,7 +27,5 @@
wget
xxd
borgbackup
inputs.alejandra.defaultPackage.${pkgs.stdenv.hostPlatform.system}
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}