https://github.com/hall/config
an opinionated flake to configure the world
https://github.com/hall/config
Last synced: about 1 year ago
JSON representation
an opinionated flake to configure the world
- Host: GitHub
- URL: https://github.com/hall/config
- Owner: hall
- Created: 2023-10-19T05:23:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T20:26:11.000Z (about 1 year ago)
- Last Synced: 2025-06-20T10:58:49.123Z (about 1 year ago)
- Language: Nix
- Homepage:
- Size: 25.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# config
An opinionated [flake](https://nixos.wiki/wiki/Flakes) to configure the world.
- [hosts](./hosts) configuration
- nixos [modules](./modules)
- nix [packages](./packages)
- nixpkgs [overlays](./overlays)
## notes
Update the lock file with
nix flake update
Remove old generations and garbage collect with
sudo nix-collect-garbage -d
Inspect the evaluated config with
nix repl
nix-repl> :lf .
## secrets
Managed with [agenix-rekey](https://github.com/oddlama/agenix-rekey).
agenix edit ${secret}
## packages
Build a [package](./packages) directly with
nix build '.#${package}'