diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/darwin/homebrew.nix | 1 | ||||
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nix/hosts/darwin/homebrew.nix b/nix/hosts/darwin/homebrew.nix index 687bf2e..52543da 100644 --- a/nix/hosts/darwin/homebrew.nix +++ b/nix/hosts/darwin/homebrew.nix @@ -16,7 +16,6 @@ "transmission" "vlc" "wireshark" - "zoom" ]; }; } diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index 416c442..d7fdb43 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -22,6 +22,10 @@ target = ".kube/kubie.yaml"; text = '' shell: fish + configs: + include: + - ~/.kube/cellconfig # configuration for edge + - ~/.kube/rksconfig # configuration for core prompt: fish_use_rprompt: true ''; |