aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49caf34..b666424 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,9 @@ inputs.home-manager.lib.homeManagerConfiguration {
# Rui falls back on the `FLAKE` environment variable
flake = "/path/to/your-flake";
+
+ # Allow unfree packages
+ allow-unfree = false;
};
};
}