home-manager typo

This commit is contained in:
admin 2025-07-04 01:33:54 +01:00
parent 1f14dfa8ff
commit 1899f0bc2d

View File

@ -1,5 +1,5 @@
{ {
environment.variables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
}; };