7 lines
97 B
Nix
7 lines
97 B
Nix
{outputs, ...}: {
|
|
imports = with outputs.homeManagerModules; [
|
|
sway
|
|
sway-laptop
|
|
];
|
|
}
|