From 61469981d54bb1bc8349e4708829199cd93ba12a Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 10 Sep 2023 11:59:06 -0500 Subject: 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: .... --- config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit