Remove reference to antergos

F
This commit is contained in:
Jake Howard 2020-04-04 20:23:45 +01:00
parent 72acfa3145
commit 7687f93363
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 13 deletions

View file

@ -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

View file

@ -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"