7 lines
93 B
Nix
7 lines
93 B
Nix
{outputs, ...}: {
|
|
imports = with outputs.homeManagerModules; [
|
|
desktop
|
|
pass
|
|
];
|
|
}
|