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