working mpd and beet!

This commit is contained in:
Charlie Root 2024-07-14 13:31:28 +02:00
commit 090e8e3a9d
25 changed files with 659 additions and 16 deletions

View file

@ -5,7 +5,7 @@
}:
with lib; let
cfg = config.modules.programs.yazi;
username = config.modules.other.system.username;
inherit (config.modules.other.system) username;
in {
options.modules.programs.yazi = {enable = mkEnableOption "yazi";};