From f31e4842d77e95d88d108b422e19f7971bfa42bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 18 Sep 2019 12:32:31 +0200 Subject: laptop: start blueman with session --- modules/hardware/laptop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 8c37051..43439e3 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -69,6 +69,7 @@ }; displayManager.sessionCommands = '' ${pkgs.autorandr}/bin/autorandr --change --force + ${pkgs.blueman}/bin/blueman-applet & ''; }; -- cgit 1.4.1