Compare commits

...

2 commits

Author SHA1 Message Date
f5dd7f0e93 Add ~/.local/bin to script path 2024-12-03 21:10:01 -05:00
5348293bfa Reluctantly add Discord 2024-12-03 21:09:31 -05:00

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";
@ -189,6 +192,7 @@
description = "mlncn";
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
discord
kdePackages.kate
logseq
];