aboutsummaryrefslogtreecommitdiff
path: root/hosts/olive/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/olive/configuration.nix')
-rw-r--r--hosts/olive/configuration.nix6
1 files changed, 4 insertions, 2 deletions
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 @@
51 ../../patches/st/ligatures.diff 51 ../../patches/st/ligatures.diff
52 ]; 52 ];
53 }; 53 };
54
55 # for zoom-us
56 allowUnfree = true;
54 }; 57 };
55 58
56 nixpkgs.overlays = with self.overlays; [ 59 nixpkgs.overlays = with self.overlays; [
57 nvim-nightly
58 statix 60 statix
59 prompt 61 prompt
60 ]; 62 ];
@@ -89,7 +91,7 @@
89 pulseaudio = { 91 pulseaudio = {
90 enable = true; 92 enable = true;
91 package = pkgs.pulseaudioFull; 93 package = pkgs.pulseaudioFull;
92 extraConfig = "load-module module-switch-on-connect"; 94 extraConfig = "load-module module-bluetooth-policy auto_switch=2";
93 }; 95 };
94 bluetooth = { 96 bluetooth = {
95 enable = true; 97 enable = true;