Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkw/flake
eliza's entire computer: the git repo
https://github.com/hawkw/flake
Last synced: 10 days ago
JSON representation
eliza's entire computer: the git repo
- Host: GitHub
- URL: https://github.com/hawkw/flake
- Owner: hawkw
- Created: 2023-12-20T22:23:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:52:28.000Z (about 2 months ago)
- Last Synced: 2024-10-09T07:09:08.736Z (28 days ago)
- Language: Nix
- Size: 323 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eliza's big nix flake
## layout
- [`hosts/`](./hosts) — per-machine configuration
+ [`hosts/noctis/`](./hosts/noctis) — **noctis**: desktop workstation (AMD Ryzen 3900X)
+ [`hosts/theseus/`](./hosts/theseus) — **theseus**: Framework 13 (AMD Ryzen 7840U)
- [`lib/`](./lib) — reusable nix utilities
- [`modules/`](./modules) — modules used by system configurations
+ [`modules/home/`](./modules/home) — home-manager modules
* [`modules/home/profiles/`](./modules/home/profiles) — home-manager
profiles (containing my personal preferences)
+ [`modules/nixos/`](./modules/nixos) — NixOS modules
* [`modules/nixos/hardware/`](./modules/nixos/hardware) — NixOS modules
for hardware devices (generic and unopinionated)
* [`modules/nixos/profiles/`](./modules/nixos/profiles) — NixOS
profiles (containing my personal preferences)
* [`modules/nixos/programs/`](./modules/nixos/programs) — NixOS modules
for configuring specific programs (generic and unopinionated)
- [`pkgs/`](./pkgs) — overlay with packages for stuff not currently in nixpkgs
```