laptop: start blueman with session
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M modules/hardware/laptop.nix → modules/hardware/laptop.nix
@@ -69,6 +69,7 @@ disableWhileTyping = true; }; displayManager.sessionCommands = '' ${pkgs.autorandr}/bin/autorandr --change --force + ${pkgs.blueman}/bin/blueman-applet & ''; };