add ghostty
This commit is contained in:
parent
d6f8321ffa
commit
c56e1e3d83
2 changed files with 18 additions and 1 deletions
17
module/aspect/software/terminal-emulator/ghostty.nix
Normal file
17
module/aspect/software/terminal-emulator/ghostty.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
flake-file.inputs = {
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
|
||||
den.aspects = {
|
||||
ghostty = {
|
||||
homeManager =
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -148,7 +148,7 @@ in
|
|||
version-control.homeManager
|
||||
# -----
|
||||
konsole.homeManager
|
||||
wezterm.homeManager
|
||||
ghostty.homeManager
|
||||
# -----
|
||||
dolphin.homeManager
|
||||
ark-archiver.homeManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue