重设网关; 增加gopath

This commit is contained in:
2025-04-30 10:18:19 +08:00
parent 87c1617885
commit 5d43285e9e
3 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
imports = [
];
home = {
packages = with pkgs.unstable; [
dbeaver-bin
@@ -14,5 +14,9 @@
steam-run
jetbrains.idea-community
];
sessionVariables = {
GOPATH = "${config.home.homeDirectory}/data/go";
};
};
}