aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:04:36 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:04:36 +0200
commite3c000ea3fb61dedcdab518ea5a70e6a68ce4b16 (patch)
tree72ccc385d845a01eddb29331dc168a2f0f623af3
parent914b65cbf013283c727c21dd734422a072e442a3 (diff)
Added nixowos configuration to the system config
-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;
+ };
+}