mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 15:25:25 +00:00
12 lines
201 B
YAML
12 lines
201 B
YAML
- hosts: localhost
|
|
vars:
|
|
# Theme options: monokai, gruvbox, nord
|
|
theme: nord
|
|
roles:
|
|
- base
|
|
- fonts
|
|
- tmux_user
|
|
- vim_user
|
|
- alacritty_user
|
|
- lsd_user
|
|
- flatpaks
|