Add ~/.local/bin to script path

This commit is contained in:
benjamin melançon 2024-12-03 21:10:01 -05:00
parent 5348293bfa
commit f5dd7f0e93

View file

@ -86,6 +86,9 @@
];
environment.pathsToLink = [ "/share/fish" ];
# Add ~/.local/bin/ to $PATH
environment.localBinInPath = true;
# Needed for Slack but probably helps other stuff too.
# See https://wiki.nixos.org/wiki/Slack
environment.sessionVariables.NIXOS_OZONE_WL = "1";