Initial Commit:

Moved laptop config into git repo and partmentalised it.
This commit is contained in:
Kurtis Andrews
2024-03-16 14:55:58 +10:00
commit fef9835fb1
6 changed files with 279 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
## VargixOS ##
Configurations for all of my workstations in NixOS
## To Setup ##
Just run the following command to install
```
sudo bash -c "$(wget --auth-no-challenge --user=kurtis --password=02eb4348683346fc736eca38bc297c47b52af5d6 -q -O - https://git.tcmeta.net/kurtis/vargix-os/raw/branch/main/setup.sh)"
```