tv: put ~/bin into PATH by default

This commit is contained in:
tv 2023-01-11 20:03:07 +01:00
parent 99eafa9d79
commit 82589eef82
3 changed files with 2 additions and 4 deletions

View File

@ -11,8 +11,6 @@ with import ./lib;
<stockholm/tv/2configs/xsessions>
];
environment.homeBinInPath = true;
krebs.build.host = config.krebs.hosts.bu;
networking.hostId = lib.mkDefault "00000000";

View File

@ -41,8 +41,6 @@ with import ./lib;
fsType = "btrfs";
};
environment.homeBinInPath = true;
environment.systemPackages = with pkgs; [
(writeDashBin "play" ''
set -euf

View File

@ -49,6 +49,8 @@ with import ./lib;
nixpkgs.config.allowUnfree = false;
}
{
environment.homeBinInPath = true;
environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];
environment.systemPackages = with pkgs; [