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:
pagedmov
2024-11-03 15:55:36 -05:00
parent 62bbbfa71d
commit e4369939f4
11 changed files with 65 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
{lib, config, pkgs, scheme ? {}, ... }: {
{lib, config, pkgs, ... }: {
options = {
kittyConfig.enable = lib.mkEnableOption "enables my kitty configuration";
};