update options for 24.11 changing soon

This commit is contained in:
Joseph Hanson 2024-12-09 22:59:27 -06:00
parent 8d9bfa5fbc
commit 8d6933ea47
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ in
options.mySystem.editor.vim.enable = mkEnableOption "vim"; options.mySystem.editor.vim.enable = mkEnableOption "vim";
config = mkIf cfg.enable { config = mkIf cfg.enable {
# Enable vim and set as default editor # Enable vim and set as default editor
programs.vim.enable = true;
programs.vim.defaultEditor = true; programs.vim.defaultEditor = true;
# Visual mode off and syntax highlighting on # Visual mode off and syntax highlighting on

View file

@ -13,7 +13,7 @@ in
comm-packages = inputs.nix-vscode-extensions.overlays.default; comm-packages = inputs.nix-vscode-extensions.overlays.default;
mods = modsOverlay; mods = modsOverlay;
nix-minecraft = inputs.nix-minecraft.overlay; nix-minecraft = inputs.nix-minecraft.overlay;
nur = inputs.nur.overlay; nur = inputs.nur.overlays.default;
termius = termiusOverlay; termius = termiusOverlay;
# The unstable nixpkgs set (declared in the flake inputs) will # The unstable nixpkgs set (declared in the flake inputs) will