all repos — nixfiles @ f31e4842d77e95d88d108b422e19f7971bfa42bf

System and user configuration, managed by nix and home-manager

laptop: start blueman with session
Alan Pearce alan@alanpearce.eu
Wed, 18 Sep 2019 12:32:31 +0200
commit

f31e4842d77e95d88d108b422e19f7971bfa42bf

parent

faedc3b7ef237c73a400ca7ac9fcef35ffca18b8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/hardware/laptop.nix
@@ -69,6 +69,7 @@ disableWhileTyping = true;     };
     displayManager.sessionCommands = ''
       ${pkgs.autorandr}/bin/autorandr --change --force
+      ${pkgs.blueman}/bin/blueman-applet &
     '';
   };