nixos-config/modules/home-manager/default.nix
2024-07-11 14:03:15 +09:00

10 lines
111 B
Nix

{ ... }:
{
imports = [
./git
./ricing/catppuccin
./shell
./vscode
];
}