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, 8 insertions, 0 deletions
diff --git a/seth/config.nix b/seth/config.nix
new file mode 100644
index 0000000..6c2335d
--- /dev/null
+++ b/seth/config.nix
@@ -0,0 +1,8 @@
+{ config, ... }:
+
+{
+ options.seth = {
+ devel-packages = false;
+ gui-stuff = false;
+ };
+}