diff options
author | Akshay <[email protected]> | 2022-09-19 11:43:36 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-09-19 11:43:36 +0100 |
commit | d4c8f393f23f551f100710d293ff44d97ea52795 (patch) | |
tree | 20d085eaaff0869bcc4bad5ed7750b48f26a066a /hosts | |
parent | 8459e9163a9ba62eec20f696b69f2c0c5c676af3 (diff) |
pin nvim, add zoom, cmus-np
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/olive/configuration.nix | 6 |
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; |