summary refs log tree commit diff stats
path: root/user/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/config.nix')
-rw-r--r--user/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/config.nix b/user/config.nix
new file mode 100644
index 00000000..2a93c4b9
--- /dev/null
+++ b/user/config.nix
@@ -0,0 +1,3 @@
+{ pkgs }: {
+  allowUnfree = true;
+}