1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-11 18:16:05 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
eoli3n 9cc8325981 disable eww wezterm enable kitty 2024-04-11 08:16:07 +02:00
eoli3n f85aaba9c6 disable rustup role 2024-04-11 08:14:22 +02:00

View File

@ -65,15 +65,15 @@
- role: mime
tags: mime
when: ansible_user_id != 'root'
- role: rustup
tags: rustup
when: ansible_user_id != 'root'
- role: eww
tags: eww
when: ansible_user_id != 'root'
- role: wezterm
tags: wezterm
when: ansible_user_id != 'root'
#- role: kitty
# tags: kitty
#- role: rustup
# tags: rustup
# when: ansible_user_id != 'root'
#- role: eww
# tags: eww
# when: ansible_user_id != 'root'
#- role: wezterm
# tags: wezterm
# when: ansible_user_id != 'root'
- role: kitty
tags: kitty
when: ansible_user_id != 'root'