diff --git a/profiles/graphical.nix b/profiles/graphical.nix index c135b05b..e1fb4f9f 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -45,7 +45,6 @@ wf-recorder wl-clipboard youtube-dl - zoom-us ]; programs.zsh.loginExtra = '' if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then @@ -62,6 +61,6 @@ chvp = { gnupg.pinentryFlavor = "qt"; - nix.unfreePackages = [ "google-chrome" "zoom" ]; + nix.unfreePackages = [ "google-chrome" ]; }; }