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

https://github.com/chocolateloverraj/nixos-system-config

My NixOS system config
https://github.com/chocolateloverraj/nixos-system-config

nixos

Last synced: 4 months ago
JSON representation

My NixOS system config

Awesome Lists containing this project

README

        

## Set up
Clone this repo into `/etc/nixos`. You can change the permissions of `/etc/nixos` to your username to make it nicer to edit.
Apply configuration based on the host name. For example, with Jinlon:
```bash
sudo nixos-rebuild switch --flake .#jinlon
```