pinwheel: Add wdisplays to hyprland module

This commit is contained in:
Alexander Heldt
2023-11-06 10:18:15 +01:00
parent b7227d2015
commit a501af2209

View File

@@ -135,7 +135,10 @@ in
}; };
}; };
home.packages = [ pkgs.jq pkgs.bc ]; home.packages = [
pkgs.wdisplays
pkgs.bc
];
}; };
# openGL is needed for wayland/hyprland # openGL is needed for wayland/hyprland