refactor(treewide): clean-up, flatten, rework module system
This commit is contained in:
parent
4ddf9d2b35
commit
5590c8a951
58 changed files with 397 additions and 635 deletions
|
|
@ -1,20 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./youtube
|
||||
./jellyfin
|
||||
./mpv
|
||||
./youtube.nix
|
||||
./jellyfin-player.nix
|
||||
./mpv.nix
|
||||
];
|
||||
|
||||
options.ooknet.desktop.media.video = {
|
||||
mpv = {
|
||||
enable = lib.mkEnableOption "Enable mpv video player";
|
||||
};
|
||||
youtube = {
|
||||
enable = lib.mkEnableOption "Enable youtube tui player";
|
||||
};
|
||||
jellyfin = {
|
||||
enable = lib.mkEnableOption "Enable jellyifn media player";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue