Fix missing lib qualifier
This commit is contained in:
@ -41,7 +41,7 @@ rec {
|
||||
};
|
||||
|
||||
# Use mkForce to not pull the entire ballast from /home/christoph/default.nix
|
||||
home.packages = with pkgs; mkForce [
|
||||
home.packages = with pkgs; lib.mkForce [
|
||||
ffmpeg_5-full # v5, including ffplay
|
||||
imagemagick # Convert image (magic)
|
||||
unrar
|
||||
|
Reference in New Issue
Block a user