Compare commits

..

No commits in common. "f5dd7f0e93b29f9fe1abc8d30368ff61b4a71684" and "d91451bad35fee6dac44f0e677f9f111ca6c5a76" have entirely different histories.

View file

@ -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
];