switched to nixvim

This commit is contained in:
2024-10-03 00:25:18 -05:00
parent 2f7855ab00
commit 019d22979e
7 changed files with 503 additions and 145 deletions

View File

@@ -5,7 +5,7 @@
ags.url = "./ags";
neovim.url = "./neovim";
nixvim.url = "./nixvim";
terminal.url = "./terminal"; #home manager only
@@ -22,7 +22,6 @@
imports = [
inputs.ags.hmModule
inputs.neovim.hmModule
inputs.hyprland.hmModule
inputs.terminal.hmModule
inputs.rofi.hmModule
@@ -30,6 +29,10 @@
./calcurse
];
home.packages = [
inputs.nixvim.packages.${pkgs.system}.default
];
};
};