Switched hw acceleration to enhance chromium UX

This commit is contained in:
2025-07-12 19:58:19 +03:00
parent c2ce919b9e
commit a648f87a1e
6 changed files with 61 additions and 41 deletions

View File

@@ -1,10 +1,14 @@
{ config, pkgs, ... }: {
nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.8" ];
nixpkgs.config = { chromium = { enableWideVine = true; }; };
{
config,
pkgs,
...
}: {
nixpkgs.config.permittedInsecurePackages = ["python-2.7.18.8"];
nixpkgs.config = {chromium = {enableWideVine = true;};};
users.users.user = {
isNormalUser = true;
description = "user";
extraGroups = [ "networkmanager" "wheel" "video" "libvirtd" ];
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
packages = with pkgs; [
# stuff needed by neovim
fzf