Feat: add gtk, programming and virtualisation packages
This commit is contained in:
parent
92ec7ceba8
commit
c608abd96a
@ -9,6 +9,7 @@ pacman_utils:
|
|||||||
- nss-mdns
|
- nss-mdns
|
||||||
- networkmanager
|
- networkmanager
|
||||||
- brightnessctl
|
- brightnessctl
|
||||||
|
- python-psutil
|
||||||
|
|
||||||
pacman_sound:
|
pacman_sound:
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
@ -113,6 +114,19 @@ pacman_programming:
|
|||||||
- nodejs
|
- nodejs
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
|
pacman_virtualisation:
|
||||||
|
- vagrant
|
||||||
|
|
||||||
|
pacman_gtk:
|
||||||
|
- materia-gtk-theme
|
||||||
|
- gnome-icon-theme-extras
|
||||||
|
- arc-solid-gtk-theme
|
||||||
|
- arc-gtk-theme
|
||||||
|
- gnome-themes-extra
|
||||||
|
- gnome-icon-theme-symbolic
|
||||||
|
- gnome-icon-theme
|
||||||
|
- adwaita-icon-theme
|
||||||
|
|
||||||
pacman_gnome:
|
pacman_gnome:
|
||||||
- gnome
|
- gnome
|
||||||
- gdm
|
- gdm
|
||||||
@ -140,6 +154,9 @@ pacman_pkgs:
|
|||||||
- "{{ pacman_work }}"
|
- "{{ pacman_work }}"
|
||||||
- "{{ pacman_3Dprint }}"
|
- "{{ pacman_3Dprint }}"
|
||||||
- "{{ pacman_fonts }}"
|
- "{{ pacman_fonts }}"
|
||||||
|
- "{{ pacman_programming }}"
|
||||||
|
- "{{ pacman_virtualisation }}"
|
||||||
|
- "{{ pacman_gtk }}"
|
||||||
|
|
||||||
aur_utils:
|
aur_utils:
|
||||||
- autofs
|
- autofs
|
||||||
@ -157,15 +174,36 @@ aur_fonts:
|
|||||||
aur_work:
|
aur_work:
|
||||||
- perl-locale-codes
|
- perl-locale-codes
|
||||||
|
|
||||||
|
aur_gtk:
|
||||||
|
- plata-theme
|
||||||
|
- gnome-colors-icon-theme
|
||||||
|
- numix-icon-theme-git
|
||||||
|
- numix-circle-icon-theme-git
|
||||||
|
- tela-icon-theme-git
|
||||||
|
|
||||||
aur_pkgs:
|
aur_pkgs:
|
||||||
- "{{ aur_utils }}"
|
- "{{ aur_utils }}"
|
||||||
- "{{ aur_fonts }}"
|
- "{{ aur_fonts }}"
|
||||||
- "{{ aur_work }}"
|
- "{{ aur_work }}"
|
||||||
|
- "{{ aur_gtk }}"
|
||||||
|
|
||||||
|
|
||||||
# Gnome
|
# Gnome
|
||||||
gnome_environnement: false
|
gnome_environnement: false
|
||||||
|
|
||||||
|
# gtk settings
|
||||||
|
gtk_settings:
|
||||||
|
- key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
|
||||||
|
value: "'urxvt'"
|
||||||
|
- key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
|
||||||
|
value: "'Terminal'"
|
||||||
|
- key: "/org/gnome/shell/extensions/user-theme/name"
|
||||||
|
value: "'Materia-dark-compact'"
|
||||||
|
- key: "/org/gnome/desktop/interface/gkt-theme"
|
||||||
|
value: "'Materia-dark-compact'"
|
||||||
|
- key: "/org/gnome/desktop/interface/icon-theme"
|
||||||
|
value: "'Tela-orange-dark'"
|
||||||
|
|
||||||
# Autofs
|
# Autofs
|
||||||
autofs:
|
autofs:
|
||||||
- host: nas
|
- host: nas
|
||||||
|
Loading…
Reference in New Issue
Block a user