Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fersilva16/nix-config

My NixOS configuration
https://github.com/fersilva16/nix-config

Last synced: 11 days ago
JSON representation

My NixOS configuration

Awesome Lists containing this project

README

        

# My NixOS configuration

## Darwin installation

1. `curl -L https://nixos.org/nix/install | sh`
2. `mkdir -p ~/.config/nix` (optional)
3. ```sh
cat < ~/.config/nix/nix.conf
experimental-features = nix-command flakes
EOF
```
4. `nix run nix-darwin -- switch --flake .`

Rebuild: `darwin-rebuild switch --flake .#m1`