about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.toml9
2 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 7297725..4953924 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ go.work
 /.pre-commit-config.yaml
 /frontend/static/base.css
 /data/
+/config.toml
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 999c486..0000000
--- a/config.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[sources.nixos]
-  enable = true
-  channel = "nixos-unstable"
-
-[sources.darwin]
-  enable = true
-
-[sources.home-manager]
-  enable = true