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-mono
|
||||
]
|
||||
++ lib.mkIf cfg.optional-programs [
|
||||
++ lib.mkIf cfg.optional-programs (with pkgs; [
|
||||
ffmpeg_7
|
||||
p7zip
|
||||
jq
|
||||
|
|
@ -29,6 +29,6 @@ in
|
|||
zoxide
|
||||
resvg
|
||||
imagemagick
|
||||
];
|
||||
]);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue