diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-10 11:59:06 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-10 11:59:06 -0500 |
commit | 61469981d54bb1bc8349e4708829199cd93ba12a (patch) | |
tree | c84b4ec3225c6472016fd26360de5366bdd51e2b | |
parent | 39044cddeeba5ad91402f8abfb2a286e48a4f50d (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.yaml | 6 |
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 |