add psutil
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
- name: Install packages from AUR
|
||||
kewlfft.aur.aur:
|
||||
use: paru
|
||||
name: oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,openssh
|
||||
name: oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,openssh,python-pip
|
||||
state: present
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
@@ -123,6 +123,10 @@
|
||||
name: gdm
|
||||
enabled: yes
|
||||
|
||||
- name: Install psutil python package
|
||||
pip:
|
||||
name: psutil
|
||||
|
||||
- name: Set Gnome theme
|
||||
dconf:
|
||||
key: /org/gnome/desktop/interface/gtk-theme
|
||||
|
||||
Reference in New Issue
Block a user