b12f: remove zoom

This commit is contained in:
Benjamin Yule Bädorf 2024-07-16 10:26:18 +02:00
parent 26e81588d6
commit 27f3ca7c0c
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 0 additions and 5 deletions

View file

@ -13,7 +13,6 @@
"cups-brother-hl3140cw" "cups-brother-hl3140cw"
"uhk-agent" "uhk-agent"
"uhk-udev-rules" "uhk-udev-rules"
"zoom"
]; ];
nix = { nix = {

View file

@ -10,10 +10,6 @@ with lib; let
xdg = config.home-manager.users."${psCfg.user.name}".xdg; xdg = config.home-manager.users."${psCfg.user.name}".xdg;
in { in {
home-manager.users."${psCfg.user.name}" = { home-manager.users."${psCfg.user.name}" = {
home.packages = [
pkgs.zoom-us
];
programs.bash.initExtra = '' programs.bash.initExtra = ''
source ${config.age.secrets.b12f-env-secrets.path} source ${config.age.secrets.b12f-env-secrets.path}
''; '';