diff options
Diffstat (limited to 'rmpc-theme.nix')
| -rw-r--r-- | rmpc-theme.nix | 3 |
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 @@ ), ) ''; +}; } |
