Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guettafa/nixos-config
my current nixos configuration on i3
https://github.com/guettafa/nixos-config
Last synced: 20 days ago
JSON representation
my current nixos configuration on i3
- Host: GitHub
- URL: https://github.com/guettafa/nixos-config
- Owner: guettafa
- Created: 2024-11-22T19:42:48.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-23T07:29:33.000Z (about 1 month ago)
- Last Synced: 2024-12-09T12:46:53.061Z (26 days ago)
- Language: Nix
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## flake.nix for dev env is located in `/dev`
```sh
# For node env
nix develop .#node# For c/c++ env
nix develop .#cpp
```### To add to flake registry so you can simply type `nix develop myFlake#cpp`
registry.json can be found at `.config/nix/registry.json`
```sh
nix registry add myFlake path/toFlakeFileForDevEnv/
```### Replace your old configuration by this one
```sh
sudo nixos-rebuild switch -I nixos-config=./configuration.nix
```