aboutsummaryrefslogtreecommitdiff
path: root/system/nixowos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/nixowos.nix')
-rw-r--r--system/nixowos.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/nixowos.nix b/system/nixowos.nix
new file mode 100644
index 0000000..8157eb3
--- /dev/null
+++ b/system/nixowos.nix
@@ -0,0 +1,6 @@
+{...}: {
+ nixowos = {
+ enable = true;
+ overlays.enable = true;
+ };
+}