Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samueljoli/systems
Nix flake for declaratively managing and configuring all of my systems.
https://github.com/samueljoli/systems
dotfiles home-manager macos nix nix-darwin raspberry-pi
Last synced: 28 days ago
JSON representation
Nix flake for declaratively managing and configuring all of my systems.
- Host: GitHub
- URL: https://github.com/samueljoli/systems
- Owner: samueljoli
- Created: 2024-10-13T22:05:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T15:18:59.000Z (30 days ago)
- Last Synced: 2024-10-19T06:03:46.022Z (28 days ago)
- Topics: dotfiles, home-manager, macos, nix, nix-darwin, raspberry-pi
- Language: Lua
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Systems
> Nix flake for declaratively managing and configuring all of my systems.![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)
![Raspberry Pi](https://img.shields.io/badge/-Raspberry_Pi-C51A4A?style=for-the-badge&logo=Raspberry-Pi)## Install [Nix](https://github.com/DeterminateSystems/nix-installer) installer
```bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```
> [!NOTE]
> This enables [flakes](https://nixos.wiki/wiki/Flakes) by default## Bootstrap
```bash
nix run github:samueljoli/systems
```### See also
[`:wiki`](https://github.com/samueljoli/lakay-darwin/wiki)