Flake: Export default overlay

master
Antoine Fauroux 2025-04-11 17:07:18 -04:00
parent 7dc30f4740
commit 5b63445064
1 changed files with 4 additions and 0 deletions

View File

@ -49,5 +49,9 @@
sops-nix.nixosModules.sops
];
};
overlays = {
default = applyOverlays [ unfree-overlay unstable-overlay python-overlay ];
};
};
}