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
- Host: GitHub
- URL: https://github.com/thebutlah/nix
- Owner: TheButlah
- License: mit-0
- Created: 2023-08-19T00:42:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T02:06:20.000Z (about 1 year ago)
- Last Synced: 2025-03-26T22:09:52.460Z (about 1 year ago)
- Language: Nix
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT-0
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).
