Infini-FRAMEWORK: add ungoogled chromium

:(

VPython needs it
This commit is contained in:
Infinidoge 2025-01-31 00:31:51 -05:00
parent c6bc4a5990
commit 2eada52efb
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -30,6 +30,10 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
home.home.packages = with pkgs; [
ungoogled-chromium
];
environment.enableDebugInfo = true;
services.printing.drivers = [ pkgs.tmx-cups-ppd ];