this is my nix config. it's very simple and isn't really riced yet. it uses many elements from my last dotfiles.
❄️ ├── sources/ — dotfiles │ ├── sym/ — dotfiles not managed by home-manager │ └── fonts/ — font cache ├── configuration.nix — general configs ├── flake.lock — nix flake lock ├── flake.nix — nix flake config ├── hardware-configuration.nix — hardware config ├── home.nix — home-manager config ├── packages.nix — packages to install ├── README.md — readme file └── rebuild.sh — quickly rebuilds nix configs