From e7caea58df518442b2bfa23d5e4c5ab62a721158 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 3 Oct 2025 20:22:15 -0400 Subject: [PATCH] regular helix --- dot_config/flake/flake.nix | 8 ++++---- dot_config/flake/home/helix.nix | 2 +- dot_config/flake/overlays/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 113a8b0..4f2dcdc 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -17,9 +17,9 @@ }; # Software - helix = { - url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44"; - }; + # helix = { + # url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44"; + # }; niri = { url = "github:sodiboo/niri-flake"; @@ -49,7 +49,7 @@ determinate, home-manager, darwin, - helix, + # helix, niri, noctalia, quickshell, diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index 2f42488..475e9fa 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { programs.helix = { enable = true; - package = pkgs.mods.helix; + # package = pkgs.mods.helix; settings = { theme = "base16_terminal"; editor = { diff --git a/dot_config/flake/overlays/default.nix b/dot_config/flake/overlays/default.nix index b543683..ce17c2a 100644 --- a/dot_config/flake/overlays/default.nix +++ b/dot_config/flake/overlays/default.nix @@ -3,7 +3,7 @@ modifications = final: prev: { mods = { - helix = (inputs.helix.overlays.default final prev).helix; + # helix = (inputs.helix.overlays.default final prev).helix; # helix = inputs.helix.packages.${final.system}.helix.overrideAttrs (finalAttrs: oldAttrs: { # patches = # oldAttrs.patches