diff options
-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 & ''; }; |