home: (temp fix) remove broken package picard

This commit is contained in:
NullBite 2024-07-10 13:29:27 -04:00
parent b55e2a3371
commit 6b857af20b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, osConfig ? { }, ...}:
{ config, lib, pkgs, inputs, osConfig ? { }, ...}:
let
cfg = config.nixfiles.packageSets.multimedia;
inherit (lib) optionals mkEnableOption mkIf;
@ -16,6 +16,8 @@ in
};
config = mkIf cfg.enable {
assertions = [ { assertion = inputs.nixpkgs-unstable.sourceInfo.lastModified <= 1720571246; message = "re-add picard and remove this assertion"; } ];
home.packages = with pkgs; optionals config.nixfiles.meta.graphical [
mpv
gimp
@ -24,7 +26,7 @@ in
obs-studio
nomacs
audacity
picard
# picard
spicetify-cli
] ++ [
yt-dlp