Compare commits
No commits in common. "f5dd7f0e93b29f9fe1abc8d30368ff61b4a71684" and "d91451bad35fee6dac44f0e677f9f111ca6c5a76" have entirely different histories.
f5dd7f0e93
...
d91451bad3
1 changed files with 0 additions and 4 deletions
|
@ -86,9 +86,6 @@
|
||||||
];
|
];
|
||||||
environment.pathsToLink = [ "/share/fish" ];
|
environment.pathsToLink = [ "/share/fish" ];
|
||||||
|
|
||||||
# Add ~/.local/bin/ to $PATH
|
|
||||||
environment.localBinInPath = true;
|
|
||||||
|
|
||||||
# Needed for Slack but probably helps other stuff too.
|
# Needed for Slack but probably helps other stuff too.
|
||||||
# See https://wiki.nixos.org/wiki/Slack
|
# See https://wiki.nixos.org/wiki/Slack
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
@ -192,7 +189,6 @@
|
||||||
description = "mlncn";
|
description = "mlncn";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
discord
|
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
logseq
|
logseq
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue