Revert "home: (temp fix) remove broken package picard"
This reverts commit 6b857af20bb35edb5cb8aec83b6c6422bf95c835.
This commit is contained in:
parent
f02f58896d
commit
f4c0a9b582
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, inputs, osConfig ? { }, ...}:
|
||||
{ config, lib, pkgs, osConfig ? { }, ...}:
|
||||
let
|
||||
cfg = config.nixfiles.packageSets.multimedia;
|
||||
inherit (lib) optionals mkEnableOption mkIf;
|
||||
@ -16,8 +16,6 @@ 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
|
||||
@ -26,7 +24,7 @@ in
|
||||
obs-studio
|
||||
nomacs
|
||||
audacity
|
||||
# picard
|
||||
picard
|
||||
spicetify-cli
|
||||
] ++ [
|
||||
yt-dlp
|
||||
|
Loading…
x
Reference in New Issue
Block a user