nix/modules/home-manager/thinker.nix

8 lines
110 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-11-21 10:14:58 -06:00
hyprland
2023-10-06 00:49:19 -05:00
];
}