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