switched to nixvim
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user