config.nix/home/apps/default.nix

12 lines
75 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./terminal
];
}