mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
chore: drop krew bin dir
This commit is contained in:
parent
c1dc0469d0
commit
d9414ae7ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user