a dotfile but it's really big

helix: use unstable's helix because helix's helix panics

karitham.dev ed75955e e51de859

verified
+5 -5
+5 -5
modules/dev/editor/helix.nix
··· 1 1 { 2 2 lib, 3 3 pkgs, 4 - inputs', 4 + # inputs', 5 5 self', 6 6 config, 7 7 ... ··· 11 11 # url = "https://patch-diff.githubusercontent.com/raw/helix-editor/helix/pull/14519.patch"; 12 12 # hash = "sha256-dx+VPXB3iSx8J5X4C8hutwBMwMrxpmoFxGzDRK7EZOs="; 13 13 # }; 14 - helix = inputs'.helix.packages.default.overrideAttrs (_: { 15 - # patches = jj-patch; 16 - }); 14 + # helix = inputs'.helix.packages.default.overrideAttrs (_: { 15 + # # patches = jj-patch; 16 + # }); 17 17 global-tools = with pkgs; [ 18 18 nixfmt 19 19 biome ··· 29 29 programs.helix = { 30 30 enable = true; 31 31 defaultEditor = true; 32 - package = helix; 32 + # package = helix; 33 33 extraPackages = 34 34 with pkgs; 35 35 [