Switch to NixOS

This commit is contained in:
2026-01-26 12:55:57 +00:00
parent b4b111f5e4
commit 45d34d2039
222 changed files with 1324 additions and 4474 deletions

View File

@@ -13,5 +13,10 @@ The 'main' branch is my current configuration, while others serve as an archive
To install my current configuration, run:
```sh
sh <(curl -s https://git.trude.dev/trude/dotfiles/raw/branch/main/install.sh)
sudo nixos-rebuild switch --flake ./nixos#TrudePC
```
Update NixOS:
```sh
sudo nix flake update --flake ./nixos
```