flake: add auto formatter

This commit is contained in:
Leonardo Eugênio 2024-03-23 12:41:45 -03:00
parent 3313416291
commit eb25c3c32f
6 changed files with 16 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ... }: {
{ pkgs, ... }: {
config = {
programs.mpv = {
enable = true;
@ -16,7 +16,7 @@
cache-pause-initial = true;
cache-pause-wait = 10;
hwdec="auto";
hwdec = "auto";
};
scripts = with pkgs.mpvScripts; [
mpris