diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:30:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:30:40 +0530 |
| commit | 0ae7cfc4746d7934fbea947388151b1818cdba87 (patch) | |
| tree | 6f4da7c4bdd387d43dbf5e2e443cdc8e772db660 /config/zsh/paths.zsh | |
| parent | 636bcd508de1d0a06101d88435630cb1ad17a271 (diff) | |
| download | nixos-config-0ae7cfc4746d7934fbea947388151b1818cdba87.tar.gz nixos-config-0ae7cfc4746d7934fbea947388151b1818cdba87.zip | |
QMK udev rules
Diffstat (limited to '')
| -rw-r--r-- | config/zsh/paths.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/zsh/paths.zsh b/config/zsh/paths.zsh index 9270ce2..9f2baa2 100644 --- a/config/zsh/paths.zsh +++ b/config/zsh/paths.zsh @@ -39,3 +39,7 @@ export REMINDER_FILE="$HOME/nixos/extras/notes/schedule/reminders.rem"; export DEV_DIR="$HOME/dev"; export PROJECTS_DIR="$DEV_DIR/projects"; +export ANSIBLE_HOME="$XDG_DATA_HOME/ansible" + +# QMK config home +export QMK_HOME="$HOME/.local/share/qmk_firmware/" |
