summaryrefslogtreecommitdiffstats
path: root/rmpc-theme.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-18 21:38:33 -0400
committerAndrew <admonty1@protonmail.com>2025-08-18 21:38:33 -0400
commit5cce220d0b8c82a6b1eb7dda16d90c96d09b95c9 (patch)
tree79bdc91707da7884e298139587c3962f42094cb2 /rmpc-theme.nix
parentsmart gaps (diff)
downloadnixos-5cce220d0b8c82a6b1eb7dda16d90c96d09b95c9.tar.gz
nixos-5cce220d0b8c82a6b1eb7dda16d90c96d09b95c9.tar.bz2
nixos-5cce220d0b8c82a6b1eb7dda16d90c96d09b95c9.zip
modularize brave and rmpc
Diffstat (limited to 'rmpc-theme.nix')
-rw-r--r--rmpc-theme.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/rmpc-theme.nix b/rmpc-theme.nix
index 396d535..7fcb707 100644
--- a/rmpc-theme.nix
+++ b/rmpc-theme.nix
@@ -1,4 +1,6 @@
+{ config, pkgs, ... }:
{
+ home.file = {
".config/rmpc/themes/theme.ron".text = ''
#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
@@ -91,5 +93,6 @@
),
)
'';
+};
}