change go path, ffs

This commit is contained in:
DashieTM 2024-05-03 22:47:20 +02:00
parent cf63b635ac
commit dcfb38839d
6 changed files with 21 additions and 23 deletions

View file

@ -9,5 +9,8 @@
SUDO_EDITOR = "neovide --no-fork";
SCRIPTS = "$HOME/.config/scripts";
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
GOPATH = "$HOME/.go";
};
}