1
Fork 0

A lot of iso changes

This commit is contained in:
prescientmoon 2024-08-27 16:28:49 +02:00
parent 2b2e74a75d
commit b95a4e55c2
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
11 changed files with 105 additions and 74 deletions
home/features/neovim

View file

@ -10,14 +10,14 @@ let
# Toggles for including tooling related to a given language
packedTargets = {
elm = false;
latex = !config.satellite.toggles.neovim-minimal.enable;
lua = !config.satellite.toggles.neovim-minimal.enable;
latex = true;
lua = true;
nix = true;
purescript = false;
python = false;
rust = false;
typst = !config.satellite.toggles.neovim-minimal.enable;
web = !config.satellite.toggles.neovim-minimal.enable;
typst = true;
web = true;
csharp = false;
};
@ -1699,7 +1699,6 @@ in
# {{{ Basic config
# We want other modules to know that we are using neovim!
satellite.toggles.neovim.enable = true;
satellite.toggles.neovim-minimal.enable = lib.mkDefault false;
# Link files in the appropriate places
xdg.configFile.nvim.source = config.satellite.dev.path "home/features/neovim/config";
@ -1710,7 +1709,8 @@ in
home.packages = [
neovim
pkgs.vimclip
] ++ lib.lists.optional (!config.satellite.toggles.neovim-minimal.enable) neovide;
neovide
];
# }}}
# {{{ Persistence
satellite.persistence.at.state.apps.neovim.directories = [