No description
.helix | ||
darwin | ||
home | ||
hosts | ||
nixos | ||
overlays | ||
pkgs | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.sops.yaml | ||
.typos.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md | ||
secrets.yaml | ||
treefmt.nix |
nix{os,-darwin,-on-droid} config
It just works™
Structure
.
│ # Darwin configuration is not actively maintained and sometimes it might
│ # break.
├── home # <-- See here for dotfiles!
├── darwin
├── nixos
│ ├── modules
│ └── profiles
│
│ # Internal packages, please see github:Guanran928/nur-packages instead
├── pkgs
├── hosts
├── overlays
│
├── flake.nix
├── flake.lock
│
└── README.md