finally caved and removed my redundant color scheme definition in the flake.nix file to use stylix's built-in color scheme definition
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{lib, config, pkgs, inputs, scheme ? {}, ... }: let
|
||||
{lib, config, pkgs, inputs, ... }: let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
scheme = config.lib.stylix.colors;
|
||||
in {
|
||||
imports = [inputs.spicetify-nix.homeManagerModules.default];
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user