feat: set default EDITOR variable
This commit is contained in:
parent
9bad9cff58
commit
10277bb8bb
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ in {
|
||||||
WLR_RENDERER = "vulkan";
|
WLR_RENDERER = "vulkan";
|
||||||
XCURSOR_SIZE = "24";
|
XCURSOR_SIZE = "24";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = ''
|
environment.etc."greetd/environments".text = ''
|
||||||
|
|
Loading…
Reference in a new issue