From 8efeb14162c13337fde5485ec851acc0fbaaed5b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 24 Mar 2023 19:26:48 +0100 Subject: [PATCH] Change GTK theme to fix ardour --- hm_modules/gtk_theme.nix | 4 ++-- hm_modules/pro_audio.nix | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/hm_modules/gtk_theme.nix b/hm_modules/gtk_theme.nix index 9f3d7a9..89ba071 100644 --- a/hm_modules/gtk_theme.nix +++ b/hm_modules/gtk_theme.nix @@ -7,8 +7,8 @@ name = "Qogir-dark"; }; theme = { - package = pkgs.ayu-theme-gtk; - name = "Ayu-Dark"; + package = pkgs.arc-theme; + name = "Arc-Dark"; }; }; diff --git a/hm_modules/pro_audio.nix b/hm_modules/pro_audio.nix index f3502af..c56a0a5 100644 --- a/hm_modules/pro_audio.nix +++ b/hm_modules/pro_audio.nix @@ -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;