2023-03-26 18:14:56 -07:00
|
|
|
{
|
2023-03-27 15:49:50 -07:00
|
|
|
description = "Soothing pastel theme for Nix";
|
2023-04-13 20:35:15 -07:00
|
|
|
inputs = {
|
|
|
|
flake-compat = {
|
|
|
|
url = "github:edolstra/flake-compat";
|
|
|
|
flake = false;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
outputs = _: {
|
2023-04-14 12:32:17 -07:00
|
|
|
nixosModules.catppuccin = import ./modules/nixos;
|
|
|
|
homeManagerModules.catppuccin = import ./modules/home-manager;
|
2023-03-27 15:49:50 -07:00
|
|
|
};
|
2023-03-26 18:14:56 -07:00
|
|
|
}
|