From d4c8f393f23f551f100710d293ff44d97ea52795 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 19 Sep 2022 16:13:36 +0530 Subject: pin nvim, add zoom, cmus-np --- hosts/olive/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts/olive') diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index c4e7f17..3d5d47f 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix @@ -51,10 +51,12 @@ ../../patches/st/ligatures.diff ]; }; + + # for zoom-us + allowUnfree = true; }; nixpkgs.overlays = with self.overlays; [ - nvim-nightly statix prompt ]; @@ -89,7 +91,7 @@ pulseaudio = { enable = true; package = pkgs.pulseaudioFull; - extraConfig = "load-module module-switch-on-connect"; + extraConfig = "load-module module-bluetooth-policy auto_switch=2"; }; bluetooth = { enable = true; -- cgit v1.2.3