1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-05-18 10:36:02 +02:00

chore: drop krew bin dir

This commit is contained in:
Thomas Boerger 2022-12-04 23:17:23 +01:00
parent c1dc0469d0
commit d9414ae7ea
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

View File

@ -17,12 +17,6 @@ in
};
config = mkIf cfg.enable {
home-manager.users."${config.profile.username}" = { config, ... }: {
home = {
sessionPath = [ "$HOME/.krew/bin" ];
};
};
environment = {
systemPackages = with pkgs; [
argocd