mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Making twm work with the new xserver expression.
svn path=/nixos/trunk/; revision=17042
This commit is contained in:
parent
ecde113c52
commit
ca241a4801
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue