This commit is contained in:
Spectre 2024-06-07 01:02:48 +02:00
parent 95ea2899ea
commit 9e441e1aaf
11 changed files with 172 additions and 1 deletions

6
system/env.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
};
}