making some basic changes to syl and user

This commit is contained in:
Chris Cochrun 2022-05-07 14:21:11 -05:00
parent 9f2249219b
commit 0c92894205
8 changed files with 253 additions and 39 deletions

View file

@ -1,5 +1,6 @@
#!/bin/sh
nix-channel --update
sudo nix-channel --update
home-manager switch
sudo nixos-rebuild switch
currentdir=$(pwd)
cd ~/.dotfiles
nix flake update
nix flake lock
cd $currentdir