diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-12-02 10:20:58 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-12-02 10:20:58 -0800 |
commit | 74e46edb932bb24e4e645059640d6ef4ab3c9f2f (patch) | |
tree | 4eecf13e830022d17230db9d1fe863c8052dbe1e /nix/profiles/home-manager | |
parent | update to 24.11 (diff) | |
download | world-74e46edb932bb24e4e645059640d6ef4ab3c9f2f.tar.gz |
don't install zoom
It's managed by IT, it's causing an error every time. I'll install it only on the MBA.
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 ''; |