From 1d969f08d6d1c5b1a16a2d9b6d9b960d0b6fbc4d Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 27 Nov 2025 15:40:01 +0000 Subject: [PATCH] qol(doloro@hosts): swapped nixvim to helix --- nix/hosts/doloro/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index a43c8d2..27aa355 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -28,7 +28,8 @@ # chromium.enable = true; wivrn.enable = true; helium.enable = true; - nixvim.enable = true; + nixvim.enable = false; + helix.enable = true; stylix.enable = true; tmux.enable = true; theme.enable = true;