Skip to content

Commit

Permalink
catppuccin: fix qt5ct output path (#384751)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Feb 24, 2025
2 parents 5dce807 + 639fc93 commit d9fe8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ca/catppuccin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ lib.checkListOfEnum "${pname}: variant" validVariants [ variant ] lib.checkListO
''
+ lib.optionalString (lib.elem "qt5ct" themeList) ''
mkdir -p "$out/qt5ct"
cp "${sources.qt5ct}/themes/Catppuccin-${variant}-${accent}.conf" "$out/qt5ct"
cp "${sources.qt5ct}/themes/catppuccin-${variant}-${accent}.conf" "$out/qt5ct"
''
+ lib.optionalString (lib.elem "rofi" themeList) ''
Expand Down

0 comments on commit d9fe8e1

Please sign in to comment.