This commit is contained in:
biscuit
2025-06-20 08:58:14 -05:00
parent bc70242a99
commit 2d8ba9f7ea
8 changed files with 45 additions and 16 deletions
+4 -1
View File
@@ -50,5 +50,8 @@ Sakamoto NixOS is built with various profiles intended for reproducibility.
- **Linux:**
```sh
sudo nixos-rebuild --extra-experimental-features "nix-command flakes" -- switch --flake ~/.config/nixos#desktop
sudo nixos-rebuild --flake ~/.config/nixos#desktop --impure
sudo nix run home-manager -- init --switch
home-manager switch --flake ~/.config/nixos#desktop --impure
reboot
```