configs again

This commit is contained in:
KoenDR06 2024-03-25 21:41:10 +01:00
parent 573e3fb940
commit c07a3d00ee
5 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!bin/bash
cd /home/horseman/nix-config
git pull
sudo nixos-rebuild switch --flake .#laptop-koen
exit 0