add helix as a backup editor

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-19 01:54:29 -05:00
parent 9b0ed58123
commit 2e8d62531a
2 changed files with 8 additions and 4 deletions

8
flake.lock generated
View file

@ -1333,11 +1333,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1729236041, "lastModified": 1729320637,
"narHash": "sha256-ood1a2E+wiceEl6ohiEX37QEPlwHE+A08+e9ZbxcWrI=", "narHash": "sha256-KlLAwYdb2CWIVPoGYW+ncdTNv4TgxqTIp6OP+s8yNMk=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "c7382646df0b65d0052afffdb2dcf90f4fda45d9", "rev": "a694944286ec27debd9c7776b5b9635f3916bfbe",
"revCount": 212, "revCount": 215,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/nvim" "url": "https://git.joshuabell.xyz/nvim"
}, },

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.helix.enable = true;
}