Merge Dev with main #21

Merged
Peritia-System merged 57 commits from Dev into main 2026-02-07 10:56:52 +01:00
Showing only changes of commit f44e89256a - Show all commits

View file

@ -71,7 +71,7 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https
--- ---
## Installation ## Installation - BETA
> Requires a NixOS install. > Requires a NixOS install.
@ -82,21 +82,25 @@ Some have been lightly edited. Originals were created by [aconfuseddragon](https
cd NixOS cd NixOS
``` ```
2. **Regenerate hardware configuration**: 2. **Switch to Dev**:
```bash
git switch Dev
```
3. **Regenerate hardware configuration**:
```bash ```bash
sudo nixos-generate-config --dir Configurations/Hosts/Default sudo nixos-generate-config --dir Configurations/Hosts/Default
``` ```
3. **Build and switch to the system configuration**: 4. **Build and switch to the system configuration**:
```bash ```bash
sudo nixos-rebuild switch --flake .#default \ sudo NIX_CONFIG="experimental-features = nix-command flakes pipe-operators" nixos-rebuild switch --flake .#default
--extra-experimental-features flakes \
--extra-experimental-features pipe-operators
``` ```
4. **Apply user settings with Home Manager**: 5. **Apply user settings with Home Manager**:
```bash ```bash
home-manager switch home-manager switch