Skip to content

Commit ea1c21c

Browse files
committed
rsync: Modify flags
1 parent 8bbf1cf commit ea1c21c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

home-manager/common-home-gui.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
run /usr/bin/flatpak override -u --reset
7171
# Workaround for using the correct font in all applications
7272
run /usr/bin/rm -rf ${config.xdg.dataHome}/fonts
73-
run /usr/bin/rsync -lr --delete /usr/share/fonts/ ${config.xdg.dataHome}/fonts
73+
run /usr/bin/rsync -urlq --delete /usr/share/fonts/ ${config.xdg.dataHome}/fonts
7474
run /usr/bin/flatpak override -u --filesystem=xdg-data/fonts:ro
7575
# Workaround for using the correct icons in all applications
7676
run /usr/bin/rm -rf ${config.xdg.dataHome}/icons
77-
run /usr/bin/rsync -lr --delete /usr/share/icons/ ${config.xdg.dataHome}/icons
77+
run /usr/bin/rsync -urlq --delete /usr/share/icons/ ${config.xdg.dataHome}/icons
7878
run /usr/bin/flatpak override -u --filesystem=xdg-data/icons:ro
7979
# Workaround for using the correct theme in all applications
8080
run /usr/bin/rm -rf ${config.xdg.dataHome}/themes
81-
run /usr/bin/rsync -lr --delete /usr/share/themes/ ${config.xdg.dataHome}/themes
81+
run /usr/bin/rsync -urlq --delete /usr/share/themes/ ${config.xdg.dataHome}/themes
8282
run /usr/bin/flatpak override -u --filesystem=xdg-data/themes:ro
8383
# Workaround for using the correct QT theme in all applications
8484
run /usr/bin/flatpak override -u --env=QT_STYLE_OVERRIDE="breeze"

0 commit comments

Comments
 (0)