replace manual home dir with config option

This commit is contained in:
Noah Masur
2022-06-20 08:39:41 -04:00
parent fdfc66c7ad
commit 5a43ad997f
7 changed files with 15 additions and 23 deletions

View File

@ -23,7 +23,7 @@ in {
; Disables the notice about an available update on exit
disable_update_notice = true
; Set install directory
install_dir = /home/${config.user}/media/games
install_dir = ${config.homePath}/media/games
; Make output quiet
log_level = error
'';