diff --git a/configuration.nix b/configuration.nix index 1dde801..65cc44b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";