diff --git a/configuration.nix b/configuration.nix index acf198d..6e03b9b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,7 +49,7 @@ LC_TIME = "it_IT.UTF-8"; }; - environment.sessionVariables = rec { + environment.sessionVariables = { GOPATH = "$HOME/.go"; }; @@ -77,6 +77,7 @@ environment.systemPackages = with pkgs; [ # CLI utils appimage-run + btop cmake distrobox docker