theme and scripts

This commit is contained in:
Harivansh Rathi 2026-03-20 14:22:40 -04:00
parent deade2bafb
commit 7ae7c1ceec
17 changed files with 575 additions and 270 deletions

6
scripts/ni.sh Normal file
View file

@ -0,0 +1,6 @@
if [[ $# -ne 1 ]]; then
echo "usage: ni <package>"
exit 1
fi
exec nix profile add "nixpkgs#$1"