summaryrefslogtreecommitdiff
path: root/seth/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'seth/config.nix')
-rw-r--r--seth/config.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/seth/config.nix b/seth/config.nix
deleted file mode 100644
index 6c2335d..0000000
--- a/seth/config.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, ... }:
-
-{
- options.seth = {
- devel-packages = false;
- gui-stuff = false;
- };
-}