Compare commits
2 commits
d91451bad3
...
f5dd7f0e93
Author | SHA1 | Date | |
---|---|---|---|
f5dd7f0e93 | |||
5348293bfa |
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue