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