config.nix/modules/terminal/default.nix

14 lines
96 B
Nix

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