1
Fork 0

Added so much stuff

This commit is contained in:
Matei Adriel 2023-01-10 02:38:06 +01:00
parent 1b17dc6cf3
commit 71f7586a61
100 changed files with 4404 additions and 33 deletions

7
scripts/hm-activate.sh Executable file
View file

@ -0,0 +1,7 @@
#!/run/current-system/sw/bin/bash
if [ $# -eq 0 ]
then
~/.local/share/hm-result/activate
else
~/.local/share/hm-result/specialization/$1/activate
fi

4
scripts/hm-rebuild.sh Executable file
View file

@ -0,0 +1,4 @@
#!/run/current-system/sw/bin/bash
home-manager build --flake .#$1
rm -rf result ~/.local/share/hm-result/$1
mv result ~/.local/share/hm-result/$1