Implemented custom system for creating and distributing color schemes based on wallpapers, and also cycling through wallpapers.
nixfmt'd the codebase
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
options = {
|
||||
movOpts.serverCfg.jellyfinConfig.enable =
|
||||
lib.mkEnableOption "Enables the server's jellyfin config";
|
||||
movOpts.serverCfg.jellyfinConfig.enable = lib.mkEnableOption "Enables the server's jellyfin config";
|
||||
};
|
||||
config = lib.mkIf config.movOpts.serverCfg.jellyfinConfig.enable {
|
||||
services.jellyfin = {
|
||||
|
||||
Reference in New Issue
Block a user