This commit is contained in:
2025-08-03 19:56:13 +02:00
commit 55a090959d
54 changed files with 5388 additions and 0 deletions

11
modules/darwin/README.md Normal file
View File

@@ -0,0 +1,11 @@
## 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
```