Consolidated and moved modules/{nixos,darwin} to modules/system

This commit is contained in:
Nikodem Rabuliński 2024-01-02 20:08:20 +01:00
parent 77cf9d4396
commit 679496f5b4
20 changed files with 258 additions and 250 deletions

View file

@ -14,8 +14,8 @@ Collection of my personal Nix configurations and opinionated NixOS, nix-darwin,
- miyagi - my work machine[^1]
- modules - options which in principle should be reusable by others
- */common - common options between my machines which aren't meant to be reusable by others
- nixos
- settei - my opinionated nixos options
- system
- settei - my opinionated nixos/nix-darwin options
- flake - flake-parts modules
- secrets - agenix secrets
- wrappers - nix packages wrapped with my configs (see: [wrapper-manager](https://github.com/viperML/wrapper-manager))