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
|
let
|
||||||
cfg = config.nixfiles.packageSets.multimedia;
|
cfg = config.nixfiles.packageSets.multimedia;
|
||||||
inherit (lib) optionals mkEnableOption mkIf;
|
inherit (lib) optionals mkEnableOption mkIf;
|
||||||
@ -16,8 +16,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
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 [
|
home.packages = with pkgs; optionals config.nixfiles.meta.graphical [
|
||||||
mpv
|
mpv
|
||||||
gimp
|
gimp
|
||||||
@ -26,7 +24,7 @@ in
|
|||||||
obs-studio
|
obs-studio
|
||||||
nomacs
|
nomacs
|
||||||
audacity
|
audacity
|
||||||
# picard
|
picard
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
] ++ [
|
] ++ [
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user