nixos-config/modules/home-manager/terminal/default.nix
2024-07-12 23:03:02 +09:00

8 lines
68 B
Nix

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