implement overlays

This commit is contained in:
TheWanderingCrow 2025-06-25 16:22:40 -04:00
parent 5a7a3dda30
commit 7d2bf2b8b1
6 changed files with 172 additions and 18 deletions

View file

@ -44,6 +44,9 @@ in {
home-manager.backupFileExtension = "bk";
nixpkgs = {
overlays = [
outputs.overlays.default
];
config = {
allowUnfree = true;
};