chromium with hardware accel
This commit is contained in:
parent
3df49038a3
commit
6ab7a2683f
2 changed files with 12 additions and 2 deletions
|
@ -10,7 +10,6 @@ with pkgs; [
|
|||
aqbanking
|
||||
bash
|
||||
bluez-tools
|
||||
chromium
|
||||
clang
|
||||
clang-tools
|
||||
php74Packages.composer
|
||||
|
|
|
@ -75,7 +75,10 @@ in
|
|||
adminCredentialsFile = "/var/lib/miniflux/admin-credentials";
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.ghostscript ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
ghostscript
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
@ -111,5 +114,13 @@ in
|
|||
"10.1.2.9" = [ "fgprinter.fginfo.tu-bs.de" ];
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue