diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/unfree.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unfree.nix b/modules/unfree.nix index f7712f2..e91bf6c 100644 --- a/modules/unfree.nix +++ b/modules/unfree.nix @@ -1,5 +1,6 @@ { lib, config, ... }: +let cfg = config.this.unfree; inherit (builtins) elem; inherit (lib) getName; |