Remove reference to antergos
F
This commit is contained in:
parent
72acfa3145
commit
7687f93363
2 changed files with 0 additions and 13 deletions
|
@ -88,12 +88,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
[multilib]
|
[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
{% if ansible_facts.lsb.id == "Antergos" %}
|
|
||||||
[antergos]
|
|
||||||
SigLevel = PackageRequired
|
|
||||||
Include = /etc/pacman.d/antergos-mirrorlist
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
[sublime-text]
|
[sublime-text]
|
||||||
Server = https://download.sublimetext.com/arch/stable/x86_64
|
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
|
|
||||||
|
|
|
@ -45,13 +45,6 @@
|
||||||
- 'numix-square-icon-theme'
|
- 'numix-square-icon-theme'
|
||||||
- 'qt5-styleplugins'
|
- 'qt5-styleplugins'
|
||||||
|
|
||||||
|
|
||||||
- name: Patch out terrible looking QT
|
|
||||||
patch:
|
|
||||||
src: './files/xsession.patch'
|
|
||||||
dest: '/etc/lightdm/Xsession'
|
|
||||||
when: ansible_facts.lsb.id == "Antergos"
|
|
||||||
|
|
||||||
- name: Set GTK theme
|
- name: Set GTK theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/desktop/interface/gtk-theme"
|
key: "/org/gnome/desktop/interface/gtk-theme"
|
||||||
|
|
Loading…
Reference in a new issue