nix/modules/home-manager/thinker.nix
2023-10-09 15:09:02 -05:00

7 lines
97 B
Nix

{outputs, ...}: {
imports = with outputs.homeManagerModules; [
sway
sway-laptop
];
}