1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-05 18:41:34 -05:00

Do not overwrite /etc/environment

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-26 16:21:13 -07:00
parent 4ba0f414f1
commit 3974e569df
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -32,4 +32,4 @@ gtk-application-prefer-dark-theme=1' | sudo tee /etc/gtk-4.0/settings.ini
sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee /etc/environment
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment