flake: add auto formatter
This commit is contained in:
parent
3313416291
commit
eb25c3c32f
6 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue