Added so much stuff
This commit is contained in:
parent
1b17dc6cf3
commit
71f7586a61
100 changed files with 4404 additions and 33 deletions
scripts
7
scripts/hm-activate.sh
Executable file
7
scripts/hm-activate.sh
Executable 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
4
scripts/hm-rebuild.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue