update options for 24.11 changing soon
This commit is contained in:
parent
8d9bfa5fbc
commit
8d6933ea47
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue