1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 01:16:08 +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 - role: mime
tags: mime tags: mime
when: ansible_user_id != 'root' when: ansible_user_id != 'root'
- role: rustup #- role: rustup
tags: 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' # 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'