nix/modules/home-manager/base.nix
2024-01-02 18:54:46 -06:00

6 lines
81 B
Nix

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