nix/modules/home-manager/melee.nix

6 lines
83 B
Nix
Raw Normal View History

2024-01-06 11:43:30 -06:00
{inputs, ...}: {
2023-10-08 02:46:37 -05:00
imports = [
2024-05-29 13:42:13 -05:00
inputs.slippi.homeManagerModules.default
2023-10-08 02:46:37 -05:00
];
}