From 47ec3ed88c25981893d8281d4040d4dda285781b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 23 Oct 2023 21:53:35 +0200 Subject: [PATCH] pinwheel: Add `wdisplays` --- hosts/pinwheel/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 8407ebf..ec4520a 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -13,6 +13,7 @@ home.packages = [ pkgs.tig pkgs.onlyoffice-bin + pkgs.wdisplays ]; home.stateVersion = "23.05";