nix/modules/home-manager/thinker.nix

8 lines
110 B
Nix

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