Infini-FRAMEWORK: add ungoogled chromium
:( VPython needs it
This commit is contained in:
parent
c6bc4a5990
commit
2eada52efb
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue