add helix as a backup editor
This commit is contained in:
parent
9b0ed58123
commit
2e8d62531a
2 changed files with 8 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
4
users/josh/home_manager/helix.nix
Normal file
4
users/josh/home_manager/helix.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.helix.enable = true;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue