xmobar - audio

This commit is contained in:
2024-03-07 20:45:47 +01:00
parent c90ff7fa3e
commit e890e496bd
5 changed files with 37 additions and 21 deletions

View File

@@ -12,5 +12,5 @@
};
};
home.packages = [ pkgs.xmobar ];
home.packages = with pkgs; [ xmobar maim ];
}