chore(refacotr): change module names to catppuccin

This commit is contained in:
seth 2023-04-13 23:40:55 -04:00
parent 4c8a1756b4
commit c62bcb1405
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -1,7 +1,7 @@
{ {
description = "Soothing pastel theme for Nix"; description = "Soothing pastel theme for Nix";
outputs = { self }: { outputs = { self }: {
nixosModules.default = import ./modules/nixos; nixosModules.catppuccin = import ./modules/nixos;
homeManagerModules.default = import ./modules/home-manager; homeManagerModules.catppuccin = import ./modules/home-manager;
}; };
} }