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
|
let
|
||||||
cfg = config.nixfiles.packageSets.multimedia;
|
cfg = config.nixfiles.packageSets.multimedia;
|
||||||
inherit (lib) optionals mkEnableOption mkIf;
|
inherit (lib) optionals mkEnableOption mkIf;
|
||||||
@ -16,6 +16,8 @@ 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
|
||||||
@ -24,7 +26,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