update nixos configs

- bin/screens: line to fix touchscreen rotation
- add zathura config file (zathurarc)
- nixos:
  - rearrange config files reusing most of configs in common-configuration.nix
  - add chuwi-configuration.nix
This commit is contained in:
2025-01-25 19:25:09 +01:00
parent 7319f95949
commit 55b362f88f
12 changed files with 143 additions and 102 deletions

2
.zshrc
View File

@@ -52,6 +52,8 @@ RPROMPT=\$vcs_info_msg_0_%F{244}%*%f
zstyle ':vcs_info:git:*' formats '%F{207}(%b)%f'
zstyle ':vcs_info:*' enable git
export PATH=$PATH:~/bin
# go
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:~/go/bin