Skip to content

Commit

Permalink
kde: correct quotes in stylix-activate-kde to prevent failure (#832)
Browse files Browse the repository at this point in the history
Fixes: d9df2b4 ("kde: add decorations option and polish code (#772)")
Link: #832
  • Loading branch information
trueNAHO authored Feb 3, 2025
1 parent 8be2aed commit 596d664
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 596d664

Please sign in to comment.