mirror of
https://github.com/nix-community/home-manager
synced 2024-11-09 12:49:44 +01:00
20 lines
444 B
Text
20 lines
444 B
Text
|
include "path/to/included/file"
|
||
|
output "*" enable
|
||
|
profile nomad {
|
||
|
output "eDP-1" enable
|
||
|
}
|
||
|
|
||
|
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
|
||
|
exec echo "1 two 3"
|
||
|
exec echo "4 five 6"
|
||
|
}
|
||
|
|
||
|
profile {
|
||
|
output "LVDS-1" enable
|
||
|
exec echo "7 eight 9"
|
||
|
}
|
||
|
|