nix/modules/home-manager/desktop.nix
2023-11-07 21:30:26 -06:00

7 lines
94 B
Nix

{outputs, ...}: {
imports = with outputs.homeManagerModules; [
kitty
wezterm
];
}