Files
nixos-config_to_rule_them_all/modules/darwin/README.md
Olaf Kolkman fbd41a72f1 First Try
2025-05-06 19:41:26 +02:00

12 lines
404 B
Markdown

## Layout
```
.
├── dock # MacOS dock configuration
├── casks.nix # List of homebrew casks
├── default.nix # Defines module, system-level config
├── files.nix # Non-Nix, static configuration files (now immutable!)
├── home-manager.nix # Defines user programs
├── packages.nix # List of packages to install for MacOS
```