mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add media
This commit is contained in:
parent
0828145d24
commit
fb5c2b24e5
8 changed files with 54 additions and 6 deletions
12
modules/home/desktop/media.nix
Normal file
12
modules/home/desktop/media.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
options.mods.desktop.media.enable =
|
||||
lib.mkEnableOption "enables entertainment programs";
|
||||
|
||||
config = lib.mkIf config.mods.desktop.media.enable {
|
||||
# home.packages = with pkgs; [
|
||||
# # Movies/TV
|
||||
# mpv
|
||||
# ];
|
||||
programs.mpv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue