mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: flake check
This commit is contained in:
parent
2c0c99180e
commit
d38a51ae5c
4 changed files with 6 additions and 4 deletions
|
|
@ -220,9 +220,9 @@ in {
|
|||
inherit (monitor) name;
|
||||
value = {
|
||||
inherit (monitor) position;
|
||||
mode = {
|
||||
mode = lib.mkIf (monitor.resolution.width != null && monitor.resolution.height != null) {
|
||||
inherit (monitor.resolution) width height;
|
||||
refresh = monitor.refreshRateNiri or null;
|
||||
refresh = monitor.refreshRateNiri;
|
||||
};
|
||||
focus-at-startup = monitor.name == primaryMonitorName;
|
||||
transform.rotation =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue