Skip to content

Commit

Permalink
steam: enable adwaita for steam theme by default
Browse files Browse the repository at this point in the history
Co-authored-by: NAHO <[email protected]>
  • Loading branch information
brckd and trueNAHO committed Dec 26, 2024
1 parent 2149029 commit 46553d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/steam/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
in {
options.stylix.targets.steam = {
enable = config.lib.stylix.mkEnableTarget "Steam" true;
adwaitaForSteam.enable = config.lib.stylix.mkEnableTarget "Adwaita for Steam" false;
adwaitaForSteam.enable = config.lib.stylix.mkEnableTarget "Adwaita for Steam" true;
};

config = lib.mkIf (config.stylix.enable && cfg.enable) (lib.mkMerge [
Expand Down

0 comments on commit 46553d7

Please sign in to comment.