nix/hosts/quiver/outputs.nix
2025-08-12 15:47:26 +10:00

11 lines
191 B
Nix

{ scope, ... }:
scope "hm.programs.niri.settings.outputs" {
"DP-1" = {
transform.rotation = 90;
scale = 1;
};
"DP-2" = {
variable-refresh-rate = true;
scale = 1;
};
}