diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 3c7aab5..0765fcb 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -63,6 +63,10 @@ in }; my.displayManager.sddm.enable = true; + environment.systemPackages = with pkgs; [ + arandr + ]; + hardware.bluetooth = { enable = true; powerOnBoot = false;