Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/owickstrom/home-manager

Nix home-manager setup
https://github.com/owickstrom/home-manager

Last synced: 4 days ago
JSON representation

Nix home-manager setup

Awesome Lists containing this project

README

        

# My Nix Home-Manager Setup

To set up:

```
nix-env -i git
git clone [email protected]:owickstrom/nix-home.git ~/.config/nixpkgs
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update home-manager
nix-shell '' -A install
```