Change GTK theme to fix ardour

This commit is contained in:
Filippo Berto 2023-03-24 19:26:48 +01:00
parent dd505a0b1d
commit 8efeb14162
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 10 additions and 9 deletions

View file

@ -7,8 +7,8 @@
name = "Qogir-dark";
};
theme = {
package = pkgs.ayu-theme-gtk;
name = "Ayu-Dark";
package = pkgs.arc-theme;
name = "Arc-Dark";
};
};

View file

@ -23,13 +23,14 @@ in
# Plugins
artyFX autotalent boops cardinal geonkick lsp-plugins samplv1 surge giada
surge-XT talentedhack vocproc x42-plugins zita-at1 zynaddsubfx zyn-fusion;
# helm
# noise-repellent
# speech-denoiser
# stochas
# sunvox
# tunefish
surge-XT talentedhack vocproc x42-plugins zita-at1 zynaddsubfx zyn-fusion
# helm
# noise-repellent
# speech-denoiser
# stochas
# sunvox
# tunefish
;
};
home.sessionVariables = variables;