aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-12-02 10:20:58 -0800
committerFranck Cuny <fcuny@roblox.com>2024-12-02 10:20:58 -0800
commit74e46edb932bb24e4e645059640d6ef4ab3c9f2f (patch)
tree4eecf13e830022d17230db9d1fe863c8052dbe1e /nix
parentupdate to 24.11 (diff)
downloadinfra-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')
-rw-r--r--nix/hosts/darwin/homebrew.nix1
-rw-r--r--nix/profiles/home-manager/work.nix4
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
'';