Skip to content

Commit

Permalink
slim down common.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Sep 12, 2024
1 parent ae5da82 commit ce91727
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions nix/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
lsof
moreutils
# neofetch
pinentry
# pinentry
procs # ps alternative
repgrep
rlwrap
Expand All @@ -58,13 +58,12 @@
};

home.sessionPath = [
"$HOME/.dotfiles/bin"
"$HOME/.dotfiles/local/bin"
"$HOME/.local/bin"
"$HOME/.cargo/bin"
"$HOME/.local/share/cargo/bin"
"$HOME/.krew/bin"
"$HOME/go/bin"
# "$HOME/.dotfiles/bin"
# "$HOME/.krew/bin"
# "$HOME/go/bin"
];

programs.home-manager.enable = true;
Expand Down Expand Up @@ -94,9 +93,11 @@
warn_timeout = "10s";
};
whitelist = {
exact = [
config.my.dotfilesDirectory
];
prefix = [
"${config.home.homeDirectory}/.dotfiles"
"${config.home.homeDirectory}/src/github.com/loganlinn"
"~/src/github.com/${config.my.github.username}"
];
};
};
Expand Down

0 comments on commit ce91727

Please sign in to comment.