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,5 +1,9 @@
{ config, pkgs, ... }: {
programs.neovim = { defaultEditor = true; };
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
pciutils
btop