feat: add ghostty
This commit is contained in:
parent
80f92962a2
commit
ffab7cedc4
6 changed files with 183 additions and 18 deletions
13
modules/config/terminal.nix
Normal file
13
modules/config/terminal.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib
|
||||
, ...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
{
|
||||
options.my.terminal = {
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
apply = lib.getExe;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue