From 1e00f77576809d5c85bee76f019ba6344e8e77bf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 30 Sep 2021 15:43:25 +0200 Subject: [PATCH] zephyrus: install arandr --- hosts/zephyrus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;