Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcur/nix-home
My Nix home.
https://github.com/tomcur/nix-home
Last synced: about 13 hours ago
JSON representation
My Nix home.
- Host: GitHub
- URL: https://github.com/tomcur/nix-home
- Owner: tomcur
- Created: 2019-01-31T20:46:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T13:30:08.000Z (over 3 years ago)
- Last Synced: 2024-11-09T02:25:42.154Z (about 2 months ago)
- Language: Nix
- Size: 404 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix home
My Nix home. Managed by [home-manager](https://github.com/rycee/home-manager).This configuration assumes there are two sources of `nixpkgs`:
* `` is assumed to be stable; and
* `` is assumed to be unstable.Achieve this through e.g. nix-channels by setting `nixos` to a stable channel and add the unstable channel as `unstable`.
The nixpkgs repository is added as a submodule in order to have direct access to the master of nixpkgs for packages that need to be able to be updated on short notice.
## Example initialization
```shell
$ nix-channel --add https://nixos.org/channels/nixos-unstable unstable
$ git submodule --init
```