From 416c02270fe715b03d86d7faab82c67a858466d7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 28 Dec 2021 19:58:53 +0530 Subject: remove rofi --- hosts/olive/configuration.nix | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'hosts/olive') diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index f25e6e4..9ad0e09 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix @@ -88,14 +88,18 @@ }; sound.enable = true; - hardware.pulseaudio = { - enable = true; - package = pkgs.pulseaudioFull; - extraConfig = "load-module module-switch-on-connect"; - }; - hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; + hardware = { + pulseaudio = { + enable = true; + package = pkgs.pulseaudioFull; + extraConfig = "load-module module-switch-on-connect"; + }; + bluetooth = { + enable = true; + powerOnBoot = true; + }; + }; # Enable the X11 windowing system. services.xserver = { @@ -121,7 +125,7 @@ nix = { package = pkgs.nixUnstable; extraOptions = '' - experimental-features = nix-command flakes ca-references ca-derivations + experimental-features = nix-command flakes ca-derivations warn-dirty = false keep-outputs = true keep-derivations = true -- cgit v1.2.3