Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/owickstrom/home-manager
- Owner: owickstrom
- Created: 2020-08-11T07:47:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T08:13:10.000Z (3 months ago)
- Last Synced: 2024-08-12T09:37:28.092Z (3 months ago)
- Language: Nix
- Size: 6.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```