chore(refacotr): change module names to catppuccin
This commit is contained in:
parent
4c8a1756b4
commit
c62bcb1405
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "Soothing pastel theme for Nix";
|
||||
outputs = { self }: {
|
||||
nixosModules.default = import ./modules/nixos;
|
||||
homeManagerModules.default = import ./modules/home-manager;
|
||||
nixosModules.catppuccin = import ./modules/nixos;
|
||||
homeManagerModules.catppuccin = import ./modules/home-manager;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue