fix(neovim): better default for ollama and disable neovim in the module
Of course, enable neovim in the desktop and laptop configs
This commit is contained in:
parent
6cde9353ab
commit
efe37836bd
3 changed files with 17 additions and 4 deletions
|
@ -117,6 +117,10 @@
|
|||
# MODULES #
|
||||
#
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
modules.hyprland = {
|
||||
# Enable scripts
|
||||
scripts = {
|
||||
|
|
|
@ -106,8 +106,13 @@
|
|||
# MODULES #
|
||||
#
|
||||
|
||||
# Set the hostname for nixd in neovim
|
||||
programs.neovim.nixd.hostname = "wizlap";
|
||||
# Enable neovim
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
# Set the hostname for nixd in neovim
|
||||
nixd.hostname = "wizlap";
|
||||
};
|
||||
|
||||
# Add monitor configuration to hyprland
|
||||
modules.hyprland = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue