initial commit

This commit is contained in:
Albert Zhang 2026-01-07 14:32:28 -05:00
commit e6be2db125
10 changed files with 429 additions and 0 deletions

7
homemanager/mpv.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.mpv = {
enable = true;
};
}