home: ghostty init
This commit is contained in:
parent
1fa7ae2a66
commit
e9451f4a4a
4 changed files with 193 additions and 31 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./foot.nix
|
||||
./ghostty.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
14
modules/home/workstation/terminal/ghostty.nix
Normal file
14
modules/home/workstation/terminal/ghostty.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
inputs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.ghostty-hm.homeModules.default
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = inputs'.ghostty.packages.default;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue