attempt to fix issue
This commit is contained in:
parent
1ee2e90089
commit
4827e84097
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ in
|
||||||
nerd-fonts.ubuntu
|
nerd-fonts.ubuntu
|
||||||
nerd-fonts.ubuntu-mono
|
nerd-fonts.ubuntu-mono
|
||||||
]
|
]
|
||||||
++ lib.mkIf cfg.optional-programs [
|
++ lib.mkIf cfg.optional-programs (with pkgs; [
|
||||||
ffmpeg_7
|
ffmpeg_7
|
||||||
p7zip
|
p7zip
|
||||||
jq
|
jq
|
||||||
|
|
@ -29,6 +29,6 @@ in
|
||||||
zoxide
|
zoxide
|
||||||
resvg
|
resvg
|
||||||
imagemagick
|
imagemagick
|
||||||
];
|
]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue