2023-03-26 18:14:56 -07:00
|
|
|
{
|
2023-03-27 15:49:50 -07:00
|
|
|
description = "Soothing pastel theme for Nix";
|
|
|
|
outputs = { self }: {
|
2023-04-13 20:40:20 -07:00
|
|
|
nixosModules.default = import ./modules/nixos;
|
|
|
|
homeManagerModules.default = import ./modules/home-manager;
|
2023-03-27 15:49:50 -07:00
|
|
|
};
|
2023-03-26 18:14:56 -07:00
|
|
|
}
|