From f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 25 Jul 2025 13:40:27 -0400 Subject: repo: format tree --- modules/rmpc.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/rmpc.nix') diff --git a/modules/rmpc.nix b/modules/rmpc.nix index f692c03..c3e9303 100644 --- a/modules/rmpc.nix +++ b/modules/rmpc.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.rmpc; in @@ -6,7 +11,7 @@ in options.modules.rmpc.enable = lib.mkEnableOption "rmpc"; config = lib.mkIf cfg.enable { - programs.rmpc = { + programs.rmpc = { enable = true; }; }; -- cgit v1.2.3