diff --git a/configuration.nix b/configuration.nix index 65cc44b..58ea1a5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,9 +86,6 @@ ]; 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"; @@ -192,7 +189,6 @@ description = "mlncn"; extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ - discord kdePackages.kate logseq ];