mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
Making twm work with the new xserver expression.
svn path=/nixos/trunk/; revision=17042
This commit is contained in:
parent
ecde113c52
commit
ca241a4801
@ -3,7 +3,7 @@
|
||||
let
|
||||
inherit (pkgs.lib) mkOption mkIf;
|
||||
cfg = config.services.xserver.windowManager.twm;
|
||||
xorg = config.services.xserver.package;
|
||||
xorg = pkgs.xorg;
|
||||
|
||||
option = { services = { xserver = { windowManager = {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user