mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
nixos/xserver: fix missing modules after splitting
... xorg-server in e25da7e5
.
This commit is contained in:
parent
12384683cb
commit
8a664fd5bc
@ -458,7 +458,7 @@ in
|
||||
]);
|
||||
|
||||
environment.systemPackages =
|
||||
[ xorg.xorgserver
|
||||
[ xorg.xorgserver.out
|
||||
xorg.xrandr
|
||||
xorg.xrdb
|
||||
xorg.setxkbmap
|
||||
@ -525,7 +525,7 @@ in
|
||||
|
||||
services.xserver.modules =
|
||||
concatLists (catAttrs "modules" cfg.drivers) ++
|
||||
[ xorg.xorgserver
|
||||
[ xorg.xorgserver.out
|
||||
xorg.xf86inputevdev
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user