add gobin to path
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
preferXdgDirectories = true;
|
preferXdgDirectories = true;
|
||||||
stateVersion = stateVersion;
|
stateVersion = stateVersion;
|
||||||
|
sessionPath = [
|
||||||
|
"$HOME/go/bin"
|
||||||
|
"$HOME/.local/bin"
|
||||||
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
|
|||||||
Reference in New Issue
Block a user