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

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

My NixOS home-manager configuration
https://github.com/hugolgst/nixos-home

dotfiles home-manager nixos

Last synced: about 2 months ago
JSON representation

My NixOS home-manager configuration

Awesome Lists containing this project

README

        

# nixos-home
## Installation
Clone the repository inside `~/.config/nixpkgs`:
```
cd ~/.config
git clone [email protected]:hugolgst/nixos-home.git nixpkgs
```

Then install the configuration via home-manager:
```
home-manager switch
```