Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fersilva16/nix-config
- Owner: fersilva16
- Created: 2022-03-17T05:06:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:24:30.000Z (23 days ago)
- Last Synced: 2024-10-25T10:32:04.060Z (22 days ago)
- Language: Nix
- Size: 43 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`