mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add audio media
This commit is contained in:
parent
bec17bcb0f
commit
0cc9a3c8b6
2 changed files with 36 additions and 34 deletions
|
|
@ -3,10 +3,11 @@
|
|||
lib.mkEnableOption "enables entertainment programs";
|
||||
|
||||
config = lib.mkIf config.mods.desktop.media.enable {
|
||||
# home.packages = with pkgs; [
|
||||
# # Movies/TV
|
||||
# mpv
|
||||
# ];
|
||||
home.packages = with pkgs; [
|
||||
# Audio
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
];
|
||||
programs.mpv.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue