Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovyerus/darwin-system
nix-darwin configurations for my Macs
https://github.com/ovyerus/darwin-system
flakes nix nix-darwin nix-flake system-configuration
Last synced: 3 months ago
JSON representation
nix-darwin configurations for my Macs
- Host: GitHub
- URL: https://github.com/ovyerus/darwin-system
- Owner: Ovyerus
- License: unlicense
- Created: 2023-11-12T03:33:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:10:59.000Z (10 months ago)
- Last Synced: 2024-05-02T01:53:46.670Z (9 months ago)
- Topics: flakes, nix, nix-darwin, nix-flake, system-configuration
- Language: Nix
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# darwin-system
[nix-darwin](https://github.com/LnL7/nix-darwin) configuration for my MacBooks,
managing things like Homebrew apps, core CLI packages, and other system
configuration. Feel free to pick it apart and adapt for your own system.For more configuration, check out my
[dotfiles](https://github.com/Ovyerus/dotfiles).## Usage
Install [Nix](https://nixos.org) and enable the
[`flakes`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-flakes)
and
[`nix-command`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-nix-command)
experimental features;
[nix-installer](https://github.com/DeterminateSystems/nix-installer) is the
easiest method.```
git clone https://github.com/Ovyerus/darwin-system.git ~/.config/nix-darwin
nix run nix-darwin -- switch --flake ~/.config/nix-darwin
```## License
All data in this repository is available in the public domain via the
[Unlicense](./LICENSE). Refer to https://unlicense.org/ for more info.