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

https://github.com/thebutlah/nix

My nix config for development
https://github.com/thebutlah/nix

Last synced: about 1 year ago
JSON representation

My nix config for development

Awesome Lists containing this project

README

          

# Nix
My nix configs that I use for development.

## Installation
The `--impure` is necessary due to the use of nixGL's auto detection. This should be
fixed in the future by avoiding auto and directly specifying the host's drivers.

### For standalone home-manager:
```
nix run ~/P/nix#home-manager -- init --impure --switch ~/P/nix
```
### For nix-darwin
```
nix run ~/P/nix#darwin-rebuild -- switch --flake ~/P/nix
```
### For NixOS
```
sudo nixos-rebuild switch --flake ~/P/nix --impure
```

## License
Licensed under the [MIT-0 License](LICENSE-MIT-0).

![it is 7:30 am](https://i.kym-cdn.com/photos/images/original/001/718/138/147.jpg)