mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 08:40:41 +00:00
Add terminal emulators
This commit is contained in:
parent
dcfbbeec27
commit
046ebaf5b7
4 changed files with 156 additions and 0 deletions
12
home/programs/terminal/emulators/default.nix
Normal file
12
home/programs/terminal/emulators/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue