重设网关; 增加gopath
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user