summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/openbox.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-07 13:16:26 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-07 13:16:26 +0200
commit95b828de42adaa2f825e5588d1cccb0d6398b20a (patch)
treeabfa4798c91b9932173212e7fbc6e5f7bd85f5d6 /nixos/modules/services/x11/window-managers/openbox.nix
parent421ce6439c2e685065fe9c256b751225de51e0b3 (diff)
parent1ecae5c2c123c0ca615d011b9ce32f501198e7c4 (diff)
downloadnixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar.gz
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar.bz2
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar.lz
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar.xz
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.tar.zst
nixlib-95b828de42adaa2f825e5588d1cccb0d6398b20a.zip
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'nixos/modules/services/x11/window-managers/openbox.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/openbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/window-managers/openbox.nix b/nixos/modules/services/x11/window-managers/openbox.nix
index 46b1945d33e8..8fc759dda68a 100644
--- a/nixos/modules/services/x11/window-managers/openbox.nix
+++ b/nixos/modules/services/x11/window-managers/openbox.nix
@@ -1,7 +1,7 @@
-{pkgs, config, ...}:
+{lib, pkgs, config, ...}:
 
 let
-  inherit (pkgs.lib) mkOption mkIf;
+  inherit (lib) mkOption mkIf;
   cfg = config.services.xserver.windowManager.openbox;
 in