Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# How to activate a configuration

```bash
sudo nixos-rebuild switch --flake .#framework-13-7040-amd --show-trace --specialisation niri -L && home-manager generations | head -1 | cut -d' ' -f7 | xargs -I{} echo "{}/specialisation/niri/activate" | xargs sh
```
nixos-rebuild switch --sudo --flake .#framework-13-7040-amd --show-trace -L --fallback --refresh --keep-going
```

--fallback to build an output when no substituter has the thing built
--keep-going because why not
--refresh to refresh substituters metadata
Loading