1
0
Fork 0
mirror of https://github.com/ItsDrike/nixdots synced 2025-02-19 16:19:02 +00:00
nixdots/home/programs/terminal/emulators/default.nix
2024-04-05 01:56:40 +02:00

12 lines
271 B
Nix

# Note: Pretty much all of these configurations were copied from
# 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
];
}