mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Use new option to set helix to default editor
This commit is contained in:
parent
fb676ff36b
commit
4ba20053a6
1 changed files with 8 additions and 10 deletions
|
@ -5,11 +5,9 @@
|
|||
])
|
||||
|
||||
(homeConfiguration "nixos" {
|
||||
programs.nushell.environmentVariables = {
|
||||
EDITOR = "hx";
|
||||
};
|
||||
|
||||
programs.helix = enabled {
|
||||
defaultEditor = true;
|
||||
|
||||
settings.theme = "catppuccin_mocha";
|
||||
|
||||
settings.editor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue