Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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