File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
{
7
7
boot . tmpOnTmpfs = true ;
8
8
9
- systemd . generator- packages = [ pkgs . systemd-cryptsetup-generator ] ;
9
+ systemd . packages = [ pkgs . systemd-cryptsetup-generator ] ;
10
10
11
11
# Select internationalisation properties.
12
12
i18n = {
105
105
firefox-devedition-bin
106
106
git
107
107
haskellPackages . hlint
108
- haskellPackages . hpack
109
108
haskellPackages . xmobar
110
109
htop
111
110
jpegoptim
Original file line number Diff line number Diff line change 20
20
services = {
21
21
xserver . xrandrHeads = [
22
22
"DVI-0"
23
- { output = "HDMI-3" ; primary = true ; }
24
- { output = "DisplayPort-4" ;
25
- monitorConfig = ''
26
- Option "Rotate" "Right"
27
- Option "Pos" "3840x-420"
28
- '' ;
23
+ { output = "HDMI-3" ; primary = true ; }
24
+ { output = "DisplayPort-4" ;
25
+ monitorConfig = ''
26
+ Option "Rotate" "Right"
27
+ Option "Position" "3840 -420"
28
+ Option "Mode" "1920x1080"
29
+ '' ;
30
+ # Modeline "1920x1080_60" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
29
31
}
30
32
] ;
31
33
plex . enable = true ;
You can’t perform that action at this time.
0 commit comments