aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-09-10 11:59:06 -0500
committerAaditya Dhruv <[email protected]>2023-09-10 11:59:06 -0500
commit61469981d54bb1bc8349e4708829199cd93ba12a (patch)
treec84b4ec3225c6472016fd26360de5366bdd51e2b
parent39044cddeeba5ad91402f8abfb2a286e48a4f50d (diff)
Update config.yaml with new variables for dotfiles setup
Username is needed for the directory in which the dotfiles will be installed. The various install_* options install the "groups" of packages for the selected option. Theoretically all can be set to false and the packages can be manually overridden by defining a yaml in config.yaml as config_wayland: ....
-rw-r--r--config.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml
index e0b4b83..810e765 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,8 +1,12 @@
---
+username: aaditya
packages:
- development
- gaming
system:
opt:
config:
-
+ install_shell: true
+ install_wayland: true
+ install_xorg: false
+ install_misc: false