clean up and make battery long live
This commit is contained in:
parent
08709cf1a9
commit
d0a2b164fa
7 changed files with 106 additions and 174 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue