File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181 # Reset flatpak override to make sure that no unnecessary overrides are added
8282 run /usr/bin/flatpak override -u --reset
8383 # Workaround for using the correct font in all applications
84- run /usr/bin/ln -sf ${ config . home . profileDirectory } /share/fonts ${ config . xdg . dataHome } /fonts
84+ run /usr/bin/ln -sfn ${ config . home . profileDirectory } /share/fonts ${ config . xdg . dataHome } /fonts
8585 run /usr/bin/flatpak override -u --filesystem=xdg-data/fonts:ro --filesystem=${ config . home . profileDirectory } /share/fonts:ro --filesystem=${ pkgs . nerdfonts } /share/fonts:ro
8686 # Workaround for using the correct icons in all applications
8787 run /usr/bin/flatpak override -u --filesystem=xdg-data/icons:ro --filesystem=${ config . home . profileDirectory } /share/icons:ro --filesystem=${ pkgs . papirus-icon-theme } /share/icons:ro --filesystem=${ pkgs . phinger-cursors } /share/icons:ro
8888 # Workaround for using the correct GTK theme in all applications
89- run /usr/bin/ln -sf ${ config . home . profileDirectory } /share/themes ${ config . xdg . dataHome } /themes
89+ run /usr/bin/ln -sfn ${ config . home . profileDirectory } /share/themes ${ config . xdg . dataHome } /themes
9090 run /usr/bin/flatpak override -u --filesystem=xdg-data/themes:ro --filesystem=xdg-config/gtk-2.0:ro --filesystem=xdg-config/gtk-3.0:ro --filesystem=xdg-config/gtk-4.0:ro --filesystem=${ config . home . profileDirectory } /share/themes:ro --filesystem=${ pkgs . arc-theme } /share/themes:ro
9191 '' ;
9292 } ;
You can’t perform that action at this time.
0 commit comments