Compare commits

...

2 commits

Author SHA1 Message Date
Harald Hoyer 12f6ed344d feat: re-enable neovim
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-01-12 15:20:02 +01:00
Harald Hoyer 1fbd481087 fix: homes.modules comment
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-01-12 15:19:35 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
neovim-flake.homeManagerModules.default
];
# homes.users.modules = with inputs; [
# homes.modules = with inputs; [
# neovim-flake.homeManagerModules.default
# ];

View file

@ -18,7 +18,7 @@
cli-apps = {
bash.enable = true;
fish.enable = true;
neovim.enable = false;
neovim.enable = true;
tmux.enable = true;
bat.enable = true;
starship.enable = true;

View file

@ -18,7 +18,7 @@
cli-apps = {
bash.enable = true;
fish.enable = true;
neovim.enable = false;
neovim.enable = true;
tmux.enable = true;
bat.enable = true;
starship.enable = true;