From d35846dc52cb1342274dff0512dcf25eb1a8a947 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Tue, 2 Dec 2025 09:49:11 +0000 Subject: [PATCH] qol(doloro@hosts): swapped helix for nixvimm --- nix/hosts/doloro/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 27aa355..5936c3f 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -28,8 +28,8 @@ # chromium.enable = true; wivrn.enable = true; helium.enable = true; - nixvim.enable = false; - helix.enable = true; + nixvim.enable = true; + helix.enable = false; stylix.enable = true; tmux.enable = true; theme.enable = true;