Commit 5d85e94c8dac
Changed files (2)
roles
common
roles/common/tasks/install-fedora-essentials.yml
@@ -3,4 +3,5 @@
become: yes
package: name={{item}} state=present
with_items:
- - python3-psutil
\ No newline at end of file
+ - python3-psutil
+ - util-linux-user
\ No newline at end of file
bootstrap.sh
@@ -74,6 +74,8 @@ EOF
run_home-manager
echo ". \"$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh\"" >> $HOME/.bashrc
. $HOME/.bashrc
+ dnf copr enable evana/fira-code-fonts
+ dnf install fira-code-fonts
echo "> install ansible"
sudo dnf install -y ansible
echo "> run playbook"