mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Rename module namespaces
This commit is contained in:
parent
0dcf8cc292
commit
ca1357b2d4
35 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
flake.nixosModules = {
|
||||
nixos.imports = modulesOf "${self}/modules/nixos";
|
||||
home-manager.imports = modulesOf "${self}/modules/home-manager";
|
||||
system.imports = modulesOf "${self}/modules/system";
|
||||
home.imports = modulesOf "${self}/modules/home";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue