1

Remove ballast from servenix packages

This commit is contained in:
2023-07-12 18:27:36 +02:00
parent d1b40b257a
commit a3f3722215

View File

@ -40,8 +40,12 @@ rec {
waybar.monitor = "HDMI-A-3";
};
home.packages = with pkgs; [
# quartus-prime-lite # Intel FPGA design software
# Use mkForce to not pull the entire ballast from /home/christoph/default.nix
home.packages = with pkgs; mkForce [
ffmpeg_5-full # v5, including ffplay
imagemagick # Convert image (magic)
unrar
p7zip
];
};
}