nixos-config/modules/home-manager/terminal/default.nix
2024-07-12 11:37:24 +09:00

8 lines
68 B
Nix

{ ... }:
{
imports = [
./shell
./kitty
];
}