From 745d2cd171b665a6feff6f29d1f8f52bd6696afd Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 25 May 2017 23:30:50 +0200 Subject: [PATCH] =?UTF-8?q?on=20peut=20se=20passer=20de=20passer=20lib=20e?= =?UTF-8?q?n=20param=C3=A8tre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 1f3a871..a796258 100644 --- a/lib.nix +++ b/lib.nix @@ -1,5 +1,6 @@ -{lib}: let + lib = with import {}; pkgs.lib; + profiles = { isDesktopEnvironment = { awesome = true;