Skip to content

Commit

Permalink
feat(nixos): add global accent option (catppuccin#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weathercold committed May 10, 2024
1 parent 45ac32e commit c31e8df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixos/globals.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
default = "mocha";
description = "Global Catppuccin flavour";
};

accent = lib.mkOption {
type = lib.ctp.types.accentOption;
default = "mauve";
description = "Global Catppuccin accent";
};
};
}

0 comments on commit c31e8df

Please sign in to comment.