Skip to content

Commit

Permalink
Somehow stylix needs to be enforced...
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 24, 2024
1 parent c40062c commit c1bffde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion modules/home-manager/theming/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
# config = lib.mkIf config.theming.enable {
config = {
stylix = {
enable = lib.mkDefault true;
# enable = lib.mkDefault true;
enable = true;
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/${config.theming.scheme}.yaml";
image = "${inputs.wallpapers}/${config.theming.image}";
# cursor = {
Expand Down

0 comments on commit c1bffde

Please sign in to comment.