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

6
bin/timeatlock Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
current_time=$(date +"%H:%M")
battery_level=$(cat "/sys/class/power_supply/BAT0/capacity")
echo "timeatlock $current_time h, Battery level: $battery_level %"