diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.toml | 9 |
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 |