flake update.

This commit is contained in:
Gabe Venberg 2024-11-06 14:00:50 +01:00
parent 6608679a60
commit f44fd68fbd
5 changed files with 73 additions and 48 deletions

View file

@ -26,8 +26,8 @@
};
programs.nushell.extraEnv = ''
$env.EDITOR = nvim
$env.VISUAL = nvim
$env.EDITOR = 'nvim'
$env.VISUAL = 'nvim'
'';
};