Skip to content

Commit

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

Please sign in to comment.