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

https://github.com/guettafa/nixos-config

NixOS Configuration running on i3
https://github.com/guettafa/nixos-config

Last synced: 3 months ago
JSON representation

NixOS Configuration running on i3

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
```