update helix config

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-05-14 16:13:27 +03:00
parent 86a6823556
commit ad43b54262
2 changed files with 13 additions and 10 deletions

View file

@ -362,11 +362,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1683903187, "lastModified": 1683992665,
"narHash": "sha256-SobyhGFbbqpWERAdLgdWShB9f6qCOhacOlMzoLGahHw=", "narHash": "sha256-JQlvd7E974HSsA+f5VsQYEZtihmMiys0YOQg3TldstM=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "06d7f5d100fdcc99f4cdfda879898b2d488d8d7c", "rev": "d5fe08ddb8bf1408a1a92d39a63b51cd16d83255",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -382,11 +382,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683929392, "lastModified": 1684058710,
"narHash": "sha256-qJddrb/bgS58AXAv25iv5xJ+69G5g7FAYCWec1lLnW0=", "narHash": "sha256-A0Qix+nPSjxO9kn2iFxciui0UolDancvFSWQGxU453s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "eec22729990ddf53d1e45e74624ddf667cdbe11b", "rev": "db3d440e2664e8aaf67742b6fd545cf148fe5016",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -567,11 +567,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1683964299, "lastModified": 1684067253,
"narHash": "sha256-4wzIhSjf+r3UC+1oS/hKW/kjMBEn7Bbvy9cIok6jZPY=", "narHash": "sha256-USx8ZqoZaiDfYv7nQgZCngs4NfaVZaPEI+btdEwOzRQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1f68716877f8fde4c9f70ee2b237b3f405792b98", "rev": "d5d16930f3010c1ceeb85270c62cd3ccb00542b8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -105,6 +105,8 @@ in {
doomPrivateDir = ./doom.d; doomPrivateDir = ./doom.d;
}; };
# fish.enable = true; # fish.enable = true;
# Helix config
helix = { helix = {
enable = true; enable = true;
package = helix; package = helix;
@ -151,8 +153,9 @@ in {
select = "underline"; select = "underline";
}; };
file-picker.hidden = false; file-picker.hidden = false;
};
auto-save = true; auto-save = true;
true-color = true;
};
}; };
}; };
}; };