summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-18 12:32:31 +0200
committerAlan Pearce2019-09-18 12:32:31 +0200
commitf31e4842d77e95d88d108b422e19f7971bfa42bf (patch)
treec627379964be82719a2f6ebe0809630a9e333c8c
parentfaedc3b7ef237c73a400ca7ac9fcef35ffca18b8 (diff)
downloadnixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.tar.lz
nixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.tar.zst
nixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.zip
laptop: start blueman with session
-rw-r--r--modules/hardware/laptop.nix1
1 files changed, 1 insertions, 0 deletions
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 &
     '';
   };