tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
a dotfile but it's really big
0
fork
atom
overview
issues
pulls
pipelines
helix: use unstable's helix because helix's helix panics
karitham.dev
1 month ago
ed75955e
e51de859
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+5
-5
1 changed file
expand all
collapse all
unified
split
modules
dev
editor
helix.nix
+5
-5
modules/dev/editor/helix.nix
reviewed
···
1
1
{
2
2
lib,
3
3
pkgs,
4
4
-
inputs',
4
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
14
-
helix = inputs'.helix.packages.default.overrideAttrs (_: {
15
15
-
# patches = jj-patch;
16
16
-
});
14
14
+
# helix = inputs'.helix.packages.default.overrideAttrs (_: {
15
15
+
# # patches = jj-patch;
16
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
32
-
package = helix;
32
32
+
# package = helix;
33
33
extraPackages =
34
34
with pkgs;
35
35
[