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,8 +1,13 @@
{ config, pkgs, lib, ... }: {
{
config,
pkgs,
lib,
...
}: {
environment.variables.EDITOR = "nvim";
users.users.user.shell = pkgs.bash;
environment.shells = with pkgs; [ bash ];
environment.shells = with pkgs; [bash];
programs.bash = {
interactiveShellInit = ''
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
@@ -14,7 +19,7 @@
};
programs.fish.enable = true;
environment.systemPackages = with pkgs; [ starship ];
environment.systemPackages = with pkgs; [starship];
programs.starship = {
enable = true;
settings = {