Updated flake to include overlay for dvdauthor on nixos

modified:   flake.nix
	modified:   hosts/nixos/configuration.nix
This commit is contained in:
2025-07-16 16:06:26 +10:00
parent beb66ee454
commit 3ab72dc590
2 changed files with 16 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ in {
nodejs
appimage-run
seahorse
# Remove `brasero` if present
];
@@ -108,12 +108,5 @@ services.xrdp.openFirewall = true;
# WantedBy = [ "default.target" ];
# };
# };
nixpkgs.overlays = [
(final: prev: {
brasero = prev.brasero.overrideAttrs (old: {
configureFlags = (old.configureFlags or []) ++ ["--without-dvdauthor"];
# Or remove dvdauthor from propagatedBuildInputs
});
})
];
}