config.nix/home/apps/terminal/default.nix

13 lines
93 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./kitty.nix
./ranger.nix
];
}