Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.38 KB

File metadata and controls

36 lines (29 loc) · 1.38 KB

Nix Config ❄️

Configuration for NixOS, macOS, and Home Manager

Links

Structure

Similar to the structure of a Nix module:

.
├── config/
│   ├── darwin/
│   ├── home/
│   └── nixos/
├── lib/
│   └── overlays.nix
├── pkgs/
│   └── nvim
└── flake.nix