Skip to content

Commit

Permalink
feat: include ~/.local/bin in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Nov 14, 2023
1 parent 5f347ff commit c1227b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/_mixins/users/martin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ in
../../desktop/${desktop}-apps.nix
];

environment.localBinInPath = true;

environment.systemPackages = with pkgs; [
yadm # Terminal dot file manager
] ++ lib.optionals (desktop != null) [
Expand Down

0 comments on commit c1227b3

Please sign in to comment.