commit a1462f58e1e4a708b8f1e4c446951b6e34ab93a9 parent 9092bcfab83aa1687c1be7fca08324869fa68f29 Author: Toni Brown <tb148@proton.me> Date: Fri, 5 Sep 2025 16:45:30 +0800 keep locale for doas Diffstat:
| M | configuration.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configuration.nix b/configuration.nix @@ -125,6 +125,7 @@ persist = true; setEnv = [ "SUDO_UID=$UID" + "LANG" ]; } ];