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;