mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
replace manual home dir with config option
This commit is contained in:
@ -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
|
||||
'';
|
||||
|
Reference in New Issue
Block a user