Commit again

This commit is contained in:
OCbwoy3
2024-11-09 21:48:02 +02:00
parent ff816aebc9
commit edbc07679d
10 changed files with 99 additions and 29 deletions

View File

@@ -1,7 +1,15 @@
# OCbwoy3's Dotfiles
The second ones, because the first ones were too difficult to install.
```bash
cd ~
nix-shell -p git --run "git clone https://github.com/ocbwoy3/config"
cd config
cp /etc/nixos/hardware-configuration.nix .
sudo nixos-rebuild switch --flake ./#default --impure
```
Commands you will most likely need:
```bash
sudo nixos-rebuild switch --flake "~/config/#default"
sudo nixos-rebuild switch --flake ./#default --impure
```