Switched hw acceleration to enhance chromium UX
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{ config, pkgs, ... }: {
|
||||
programs.neovim = { defaultEditor = true; };
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {defaultEditor = true;};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
btop
|
||||
|
||||
Reference in New Issue
Block a user