b12f: remove zoom
This commit is contained in:
parent
26e81588d6
commit
27f3ca7c0c
|
@ -13,7 +13,6 @@
|
|||
"cups-brother-hl3140cw"
|
||||
"uhk-agent"
|
||||
"uhk-udev-rules"
|
||||
"zoom"
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
|
@ -10,10 +10,6 @@ with lib; let
|
|||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||
in {
|
||||
home-manager.users."${psCfg.user.name}" = {
|
||||
home.packages = [
|
||||
pkgs.zoom-us
|
||||
];
|
||||
|
||||
programs.bash.initExtra = ''
|
||||
source ${config.age.secrets.b12f-env-secrets.path}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue