Skip to content

Commit

Permalink
fix(stylix): scheme config
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 22, 2024
1 parent 9146bfe commit 5037c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ in {

home-manager.users.${username} = {
inherit colorScheme;
stylix.base16Scheme = colorScheme;
stylix.base16Scheme = colorScheme.palette;
stylix.autoEnable = false;
};

stylix.image = ""; # Workaround for Stylix requirement for this to be set.
stylix.base16Scheme = colorScheme;
stylix.base16Scheme = colorScheme.palette;
stylix.autoEnable = false;

# Configure Secret Managment through sops-nix.
Expand Down

0 comments on commit 5037c4d

Please sign in to comment.