Skip to content

Commit

Permalink
style: format 76dd2b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2024
1 parent 76dd2b2 commit 78342d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/obs-studio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
themeName = "Catppuccin_${lib.ctp.mkUpper cfg.flavor}.ovt";
in
{
options.programs.obs-studio.catppuccin = lib.ctp.mkCatppuccinOpt {name = "obs-studio";};
options.programs.obs-studio.catppuccin = lib.ctp.mkCatppuccinOpt { name = "obs-studio"; };

config = lib.mkIf enable {
xdg.configFile."obs-studio/themes/Catppuccin.obt".source = "${sources.obs}/themes/Catppuccin.obt";
Expand Down

0 comments on commit 78342d1

Please sign in to comment.