This is the flake I use for my hosts:
spark(nixos): ./modules/hosts/spark - My desktop PCMeowBook(darwin): ./modules/hosts/MeowBook - My MacBookpi4(nixos): ./modules/hosts/pi4 - My Raspberry Pi 4hytale(nixos): ./modules/hosts/hytale - A hytale server
nya: ./modules/users/nya/nixos.nix (nixos) and ./modules/users/nya/darwin.nix (darwin).alice: ./modules/users/alice.nix (copy of nya)luna: ./modules/users/luna.nix (copy of nya)
For packages, see ./packages.
Derivations are flattened and added to the packages output.
For example packages.x86_64-linux.ankacoder-narrow-nerd-mono.
The packages are also available as an overlay overlays.default or in legacyPackages.
There the packages are not flattened, but are accessible through the folder structure.
For example pkgs.infrastructure.nerd-fonts.nerd-mono.ankacoder-narrow-nerd-mono or legacyPackages.x86_64-linux.infrastructure.nerd-fonts.nerd-mono.ankacoder-narrow-nerd-mono.
The nix source code within this repository is MIT licensed, however packages have different licenses.
E.g. packages/infrastructure/wallpapers/bubbles/bubbles-1920x1080.png is licensed as CC BY-SA 4.0.
