From a501af220934e67477885e2fb474680d86d85b68 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 6 Nov 2023 10:18:15 +0100 Subject: [PATCH] pinwheel: Add `wdisplays` to `hyprland` module --- hosts/pinwheel/modules/hyprland/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 0479e1e..1d9ec57 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -135,7 +135,10 @@ in }; }; - home.packages = [ pkgs.jq pkgs.bc ]; + home.packages = [ + pkgs.wdisplays + pkgs.bc + ]; }; # openGL is needed for wayland/hyprland