diff options
author | Alan Pearce | 2019-09-18 12:32:31 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-18 12:32:31 +0200 |
commit | f31e4842d77e95d88d108b422e19f7971bfa42bf (patch) | |
tree | c627379964be82719a2f6ebe0809630a9e333c8c | |
parent | faedc3b7ef237c73a400ca7ac9fcef35ffca18b8 (diff) | |
download | nixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.tar.lz nixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.tar.zst nixos-configuration-f31e4842d77e95d88d108b422e19f7971bfa42bf.zip |
laptop: start blueman with session
-rw-r--r-- | modules/hardware/laptop.nix | 1 |
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 & ''; }; |