2024-07-31 04:20:10 +00:00
|
|
|
# nix{os,-darwin} config
|
2023-10-31 09:19:51 +00:00
|
|
|
|
2023-12-29 15:34:58 +00:00
|
|
|
It just works™
|
2023-10-31 09:19:51 +00:00
|
|
|
|
|
|
|
## Structure
|
2023-12-29 15:34:58 +00:00
|
|
|
|
2023-10-31 09:19:51 +00:00
|
|
|
```
|
|
|
|
.
|
2024-02-07 01:37:17 +00:00
|
|
|
│ # Darwin configuration is not actively maintained and sometimes it might
|
|
|
|
│ # break.
|
2024-03-20 15:36:57 +00:00
|
|
|
├── home # <-- See here for dotfiles!
|
2023-11-17 05:38:25 +00:00
|
|
|
├── darwin
|
2023-10-31 09:19:51 +00:00
|
|
|
├── nixos
|
2023-11-17 05:38:25 +00:00
|
|
|
│ ├── modules
|
|
|
|
│ └── profiles
|
2024-02-07 01:37:17 +00:00
|
|
|
│
|
2024-07-17 03:35:59 +00:00
|
|
|
│ # Internal packages, please see github:Guanran928/nur-packages instead
|
2024-03-20 15:36:57 +00:00
|
|
|
├── pkgs
|
2024-01-31 02:44:15 +00:00
|
|
|
├── hosts
|
2024-03-20 15:36:57 +00:00
|
|
|
├── overlays
|
|
|
|
│
|
2023-10-31 09:19:51 +00:00
|
|
|
├── flake.nix
|
|
|
|
├── flake.lock
|
|
|
|
│
|
|
|
|
└── README.md
|
|
|
|
```
|