a lot of changes...
This commit is contained in:
parent
d320410242
commit
bca3a99f9d
21 changed files with 1858 additions and 674 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
currentdir=$(pwd)
|
||||
cd ~/.dotfiles
|
||||
if [[hostname == "kaladin"]]; then
|
||||
cd ~/.config/dotfiles
|
||||
else
|
||||
cd ~/.dotfiles
|
||||
fi
|
||||
nix flake update
|
||||
nix flake lock
|
||||
cd $currentdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue