Make changes for release 19.09
1 file changed, 4 insertions(+), 10 deletions(-)
changed files
M system/settings/hardware/laptop.nix → system/settings/hardware/laptop.nix
@@ -17,17 +17,8 @@ pulseaudio-modules-bt ]; }; }; - systemd.services.bluetooth.wantedBy = lib.mkForce []; - systemd.timers.bluetooth = { - description = "Delayed startup of Bluetooth"; - wantedBy = [ "timers.target" ]; - timerConfig = { - OnActiveSec = "1 min"; - }; - }; environment.systemPackages = with pkgs; [ - blueman bluez-tools powerstat@@ -65,6 +56,10 @@ DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wwan" ''; }; + services.blueman = { + enable = true; + }; + services.xserver = { libinput = { enable = lib.mkDefault true;@@ -73,7 +68,6 @@ disableWhileTyping = true; }; displayManager.sessionCommands = '' ${pkgs.autorandr}/bin/autorandr --change --force - ${pkgs.blueman}/bin/blueman-applet & ''; };