new formatting, nixvim is working

This commit is contained in:
vali 2024-05-22 14:29:45 +02:00
commit 88db34c822
88 changed files with 1994 additions and 1845 deletions

View file

@ -1,6 +1,10 @@
{ config, lib, pkgs, ... }:
with lib;
let
{
config,
lib,
pkgs,
...
}:
with lib; let
cfg = config.modules.programs.mpv;
username = config.modules.other.system.username;
in {
@ -17,7 +21,7 @@ in {
osd-bar = "no";
border = "no";
};
scripts = with pkgs.mpvScripts; [ mpris thumbfast sponsorblock uosc ];
scripts = with pkgs.mpvScripts; [mpris thumbfast sponsorblock uosc];
};
};
};