Skip to content

Commit

Permalink
nixos/plasma6: fix shellcheck findings with enableStrictShellChecks e…
Browse files Browse the repository at this point in the history
…nabled
  • Loading branch information
SuperSandro2000 committed Oct 18, 2024
1 parent b5cd423 commit fc31cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/desktop-managers/plasma6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

activationScript = ''
# will be rebuilt automatically
rm -fv $HOME/.cache/ksycoca*
rm -fv "$HOME/.cache/ksycoca"*
'';
in {
options = {
Expand Down

0 comments on commit fc31cfe

Please sign in to comment.