clean up and make battery long live

This commit is contained in:
notgne2 2025-10-21 23:23:59 -07:00
parent 08709cf1a9
commit d0a2b164fa
No known key found for this signature in database
7 changed files with 106 additions and 174 deletions

View file

@ -25,19 +25,6 @@ inputs: all: {
'';
};
programs.chromium = {
package = lib.mkDefault (pkgs.ungoogled-chromium.override {
commandLineArgs = lib.concatStringsSep " " [
"--force-dark-mode"
"--enable-features=UseOzonePlatform,WebUIDarkMode,VaapiVideoDecoder"
"--ozone-platform=wayland"
"--ignore-gpu-blocklist"
"--enable-gpu-rasterization"
"--enable-zero-copy"
];
});
};
programs.mpv = {
config = {
profile = lib.mkDefault "gpu-hq";
@ -52,12 +39,19 @@ inputs: all: {
jq
ripgrep
lsd
lsof
file
iotop
htop
zip
unzip
ncdu
nix-index
unrar
lm_sensors
pciutils
usbutils
acpi
corefonts
];