nix/modules/home-manager/thinker.nix

7 lines
97 B
Nix
Raw Normal View History

2023-10-06 00:49:19 -05:00
{outputs, ...}: {
imports = with outputs.homeManagerModules; [
sway
2023-10-09 15:09:02 -05:00
sway-laptop
2023-10-06 00:49:19 -05:00
];
}