This commit is contained in:
Tao Tien 2023-07-19 00:52:04 -07:00
parent 6cf6fb63f9
commit b40afd66ea
5 changed files with 49 additions and 37 deletions

View file

@ -33,6 +33,11 @@
VISUAL = "hx";
};
environment.sessionVariables = {
EDITOR = "hx";
VISUAL = "hx";
};
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = lib.mkDefault true;