From 5cce220d0b8c82a6b1eb7dda16d90c96d09b95c9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 18 Aug 2025 21:38:33 -0400 Subject: modularize brave and rmpc --- rmpc-config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rmpc-config.nix') diff --git a/rmpc-config.nix b/rmpc-config.nix index ea28b61..0c2ac77 100644 --- a/rmpc-config.nix +++ b/rmpc-config.nix @@ -1,4 +1,6 @@ +{ config, pkgs, ... }: { +home.file = { ".config/rmpc/config.ron".text = '' #![enable(implicit_some)] #![enable(unwrap_newtypes)] @@ -159,5 +161,5 @@ ], ) ''; - +}; } -- cgit v1.3.1