Compare commits
No commits in common. "35697e82dd0c81d8b4d4f7be0657fac3379e82cc" and "6e5ba95e8e5f9ef5ebd1d676d753696526957020" have entirely different histories.
35697e82dd
...
6e5ba95e8e
1 changed files with 0 additions and 9 deletions
|
|
@ -89,11 +89,6 @@
|
|||
|
||||
# Add ~/.local/bin/ to $PATH
|
||||
environment.localBinInPath = true;
|
||||
environment.homeBinInPath = true;
|
||||
# Only this works, from https://github.com/NixOS/nixpkgs/issues/157383#issuecomment-1186081648
|
||||
environment.shellInit = ''
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
'';
|
||||
|
||||
# Needed for Slack but probably helps other stuff too.
|
||||
# See https://wiki.nixos.org/wiki/Slack
|
||||
|
|
@ -136,10 +131,6 @@
|
|||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
# Just make bin/bash work, see https://github.com/Mic92/envfs
|
||||
# via the long, sad https://discourse.nixos.org/t/add-bin-bash-to-avoid-unnecessary-pain/5673/37
|
||||
services.envfs.enable = true;
|
||||
|
||||
# Via https://github.com/NixOS/nixos-hardware/tree/master/framework
|
||||
services.fwupd.enable = true;
|
||||
services.fwupd.extraRemotes = [ "lvfs-testing" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue