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
- Host: GitHub
- URL: https://github.com/guettafa/nixos-config
- Owner: guettafa
- Created: 2024-11-22T19:42:48.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T07:29:33.000Z (8 months ago)
- Last Synced: 2025-04-02T01:35:22.860Z (3 months ago)
- Language: Nix
- Homepage:
- 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
```