dotfiles/nix/modules/home-manager/default.nix

9 lines
75 B
Nix

{ ... }:
{
imports = [
./features/cli
./features/desktop
];
}