overlays-personal/default.nix

8 lines
90 B
Nix

{
nixpkgs.overlays = [ (import ./pkgs) ];
imports = [
./modules/lorri.nix
];
}