nixos-config/modules/home-manager/terminal/default.nix
2024-07-14 01:07:02 +09:00

7 lines
52 B
Nix

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