Skip to content

Commit

Permalink
feat(modules/nixos): add global accent option
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
Weathercold committed May 8, 2024
1 parent b0dc7f3 commit c55af79
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 c55af79

Please sign in to comment.