diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:11 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:16 -0400 |
| commit | 4c4a8324ec5b410ed83abf9906d92b1ea5417dad (patch) | |
| tree | e6c64abd433851fee736882250790843be2659f5 /home.scm | |
| parent | e42a386265350dd524e079464e4c8a3dd103cac5 (diff) | |
add z, fzf, and replace docker with podman
Diffstat (limited to 'home.scm')
| -rw-r--r-- | home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -530,7 +530,8 @@ visit otherwise." "XDG_DOCUMENTS_DIR=\"$HOME/documents\"\n" "XDG_MUSIC_DIR=\"$HOME/music\"\n" "XDG_PICTURES_DIR=\"$HOME/pictures\"\n" - "XDG_VIDEOS_DIR=\"$HOME/videos\"\n")) + "XDG_VIDEOS_DIR=\"$HOME/videos\"\n" + "XDG_DATA_DIRS=\"/var/lib/flatpak/exports/share:$XDG_DATA_HOME/flatpak/exports/share:$XDG_DATA_DIRS\"\n")) (define log-dir (or (getenv "XDG_LOG_HOME") "/home/robby/.local/var/log")) |
