Skip to content

Commit

Permalink
feat: temporary swapped commented and uncommented monitor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 6, 2024
1 parent 2a8c482 commit ac5fb83
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@
name = "nixos";

monitors = [
# { resolution = "1920x1080"; position = "0x0"; scale = "1"; }
{
resolution = "1920x1080";
resolution = "highres";
position = "1920x0";
scale = "1";
}
{
resolution = "1600x900";
position = "0x0";
scale = "1";
}
# { resolution = "highres"; position = "1920x0"; scale = "1"; }
# { resolution = "1600x900"; position = "0x0"; scale = "1"; }
];
};

Expand Down

0 comments on commit ac5fb83

Please sign in to comment.