Skip to content

Commit

Permalink
kde: correct quotes in stylix-activate-kde to prevent failure
Browse files Browse the repository at this point in the history
Fixes: d9df2b4 ("kde: add decorations option and polish code (danth#772)")
  • Loading branch information
trueNAHO committed Feb 3, 2025
1 parent b7f50a5 commit ff04432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kde/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ let
return 0
fi
done
echo "Skipping `$1`: command not found"
echo "Skipping '$1': command not found"
return 1
}
Expand Down

0 comments on commit ff04432

Please sign in to comment.