Remove ballast from servenix packages
This commit is contained in:
@ -40,8 +40,12 @@ rec {
|
|||||||
waybar.monitor = "HDMI-A-3";
|
waybar.monitor = "HDMI-A-3";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
# Use mkForce to not pull the entire ballast from /home/christoph/default.nix
|
||||||
# quartus-prime-lite # Intel FPGA design software
|
home.packages = with pkgs; mkForce [
|
||||||
|
ffmpeg_5-full # v5, including ffplay
|
||||||
|
imagemagick # Convert image (magic)
|
||||||
|
unrar
|
||||||
|
p7zip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user