home: (temp fix) remove broken package picard
This commit is contained in:
parent
b55e2a3371
commit
6b857af20b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user