11 lines
228 B
Nix
11 lines
228 B
Nix
{config, ...}: {
|
|
flake.modules.nixos.taki.imports = with config.flake.modules.nixos; [
|
|
base
|
|
desktop
|
|
];
|
|
|
|
flake.modules.homeManager.taki.imports = with config.flake.modules.homeManager; [
|
|
base
|
|
desktop
|
|
];
|
|
}
|