mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 00:59:44 +01:00
a3dd580adc
PR #1142
14 lines
324 B
Text
14 lines
324 B
Text
profile desktop {
|
|
output "eDP-1" disable
|
|
output "Iiyama North America PLE2483H-DP" enable position 0,0
|
|
output "Iiyama North America PLE2483H-DP 1158765348486" enable mode 1920x1080 position 1920,0 scale 2.100000 transform flipped-270
|
|
}
|
|
|
|
profile nomad {
|
|
output "eDP-1" enable
|
|
}
|
|
|
|
profile test {
|
|
output "*" enable
|
|
}
|
|
|