diff --git a/modules/capabilities/helix.nix b/modules/capabilities/helix.nix index 3afb4fb..bcf7148 100644 --- a/modules/capabilities/helix.nix +++ b/modules/capabilities/helix.nix @@ -31,6 +31,7 @@ { programs.helix = { enable = true; + defaultEditor = true; package = inputs.helix.packages.${pkgs.stdenv.hostPlatform.system}.default; extraPackages = with pkgs; [ svelteLanguageServer diff --git a/modules/profiles/host-base.nix b/modules/profiles/host-base.nix index 6c52843..a11c6c1 100644 --- a/modules/profiles/host-base.nix +++ b/modules/profiles/host-base.nix @@ -26,7 +26,6 @@ in hmModules.syncthing hmModules.shell hmModules.helix - hmModules.neovim ]; }; diff --git a/modules/profiles/workstation-base.nix b/modules/profiles/workstation-base.nix index f6b41ba..8cfa637 100644 --- a/modules/profiles/workstation-base.nix +++ b/modules/profiles/workstation-base.nix @@ -51,7 +51,6 @@ in homeModules.primary-launcher-walker homeModules.default-image-viewer-imv homeModules.default-document-viewer-sioyek - homeModules.default-editor-neovim homeModules.email homeModules.mpv homeModules.nix