diff --git a/roles/bash/files/.bashrc b/roles/bash/files/.bashrc index a574432..6a11c23 100644 --- a/roles/bash/files/.bashrc +++ b/roles/bash/files/.bashrc @@ -1,6 +1,10 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# Env vars +export EDITOR=nvim +export VISUAL=nvim + # Load starship prompt if starship is installed if [ -f /usr/bin/starship ]; then eval "$(starship init bash)" diff --git a/roles/system/tasks/Archlinux.yml b/roles/system/tasks/Archlinux.yml index cfe93be..bb6ad7f 100644 --- a/roles/system/tasks/Archlinux.yml +++ b/roles/system/tasks/Archlinux.yml @@ -104,6 +104,7 @@ - mediainfo - hyprpicker - swww + - sddm - swayidle - grimblast-git - cliphist