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,4 +1,4 @@
|
||||
{lib, config, pkgs, scheme ? {}, ... }: {
|
||||
{lib, config, pkgs, ... }: {
|
||||
options = {
|
||||
kittyConfig.enable = lib.mkEnableOption "enables my kitty configuration";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user