nix/modules/home-manager/base.nix

6 lines
81 B
Nix
Raw Normal View History

2024-01-02 18:54:46 -06:00
{outputs, ...}: {
imports = with outputs.homeManagerModules; [
sway
];
}