changes on main pc

This commit is contained in:
afoucaultc 2026-07-05 20:10:11 +02:00
parent 60ebe96728
commit 2ef8eba58a
20 changed files with 155 additions and 84 deletions

View file

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