nixdots/home/programs/terminal/emulators/default.nix

11 lines
268 B
Nix
Raw Normal View History

2024-07-26 23:07:07 +00:00
# Note: Pretty much all of these configurations were copied from
2024-04-04 23:56:40 +00:00
# https://git.notashelf.dev/NotAShelf/nyx, there may be some small
# adjustments made to them but the majority of the credit goes to
# notashelf.
_: {
imports = [
./foot.nix
./kitty.nix
];
}