all repos — archive/nixos-configuration @ f31e4842d77e95d88d108b422e19f7971bfa42bf

Superseded by nixfiles

laptop: start blueman with session

Alan Pearce
commit

f31e4842d77e95d88d108b422e19f7971bfa42bf

parent

faedc3b7ef237c73a400ca7ac9fcef35ffca18b8

1 file changed, 1 insertion(+), 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 & ''; };