Compare commits

..

No commits in common. "d0785f8cccce09b474b4ff297af89ed88e3bbdae" and "986514cb4e29b5f10d6e4fe8836e017be283264e" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -25,10 +25,6 @@
.local .local
{{- end }} {{- end }}
{{- if (or (eq .features.desktop_alias "work-laptop") (eq .features.desktop_alias "workstation")) }}
.config/isync
{{- end }}
.symlinks .symlinks
{{ if eq .features.desktop_alias "none" -}} {{ if eq .features.desktop_alias "none" -}}

View File

@ -15,7 +15,7 @@ VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json \
--enable-gpu-compositing \ --enable-gpu-compositing \
--enable-gpu-rasterization \ --enable-gpu-rasterization \
--enable-oop-rasterization \ --enable-oop-rasterization \
--enable-features=VaapiVideoEncoder,WebUIDarkMode,CanvasOopRasterization \ --enable-features=VaapiVideoEncoder,WebUIDarkMode \
--ignore-gpu-blocklist \ --ignore-gpu-blocklist \
--enable-zero-copy \ --enable-zero-copy \
--enable-raw-draw \ --enable-raw-draw \