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

https://github.com/hugolgst/nixos-system

My NixOS system-wide configuration
https://github.com/hugolgst/nixos-system

dotfiles nixos

Last synced: about 2 months ago
JSON representation

My NixOS system-wide configuration

Awesome Lists containing this project

README

        

# nixos-system
## Installation
Clone and move all the files to `/etc/nixos`
```
git clone [email protected]:hugolgst/nixos-system.git
mv nixos-system/* /etc/nixos
```

And rebuild the OS
```
sudo nixos-rebuild switch
```