From 66fcbcca6779fc71610b74f3ccc57c30dec6bb12 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 25 Jul 2025 01:35:49 -0600 Subject: [PATCH] stylix still enables some properties. --- config/stylix.nix | 6 +++--- dotfiles/doom/config.org | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/stylix.nix b/config/stylix.nix index 1850aed..3cde8af 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -29,16 +29,16 @@ in }; }; stylix = { - enable = cfg.enable; + enable = true; autoEnable = cfg.enable; iconTheme = { - enable = cfg.enable; package = scheme.iconPackage; light = "Papirus-Light"; dark = "Papirus-Dark"; }; targets.librewolf = { - firefoxGnomeTheme.enable = cfg.enable; + enable = true; + firefoxGnomeTheme.enable = true; profileNames = [ "jawz" ]; }; }; diff --git a/dotfiles/doom/config.org b/dotfiles/doom/config.org index 0da23b3..4d5d1a5 100755 --- a/dotfiles/doom/config.org +++ b/dotfiles/doom/config.org @@ -307,7 +307,7 @@ counsel-load-theme with 'SPC h t'. 'doom-opera-light) ((featurep 'base16-stylix-theme) 'base16-stylix) - (t 'doom-one))) + (t 'doom-opera-light))) #+end_src * EVALUATE ELISP EXPRESSIONS