This commit is contained in:
cnst
2024-11-08 19:28:04 +01:00
parent 26eb7d5426
commit 917f25e6be
2 changed files with 26 additions and 7 deletions

View File

@@ -1,6 +1,25 @@
# cnix
Personal daily driver. Lots taken from the repos below.
Personal NixOS daily driver.
## Structure
Heres an overview of this repository. Might not be 100 % up to date.
- **`hosts/`** Different hosts go here, easily scalable.
- **`modules/`** Needlessly complicated module system, because it's fun!
- **`home/`** Home-manager modules.
- **`nixos/`** Core OS settings and system-wide modules.
- **`options/`** Options to be leveraged by other modules.
- **`nix/`** Various settings not suitable for modularization, yet.
- **`secrets/`** Agenix secrets.
- **`users/`** Same as hosts but for users! 2:)
## Inspiration
Much credit goes to the folks below, great resources. You'll find I've yanked
quite a few things from them.
- [fufexan](https://github.com/fufexan/dotfiles.git)
- [Misterio77](https://github.com/Misterio77/nix-config.git)
- [NotAShelf](https://github.com/NotAShelf)