adds ghostty

This commit is contained in:
2024-12-30 13:38:14 +01:00
parent e767549a57
commit 8daace9b77
8 changed files with 183 additions and 36 deletions

View File

@ -6,5 +6,6 @@
./flatpak.nix
./steam.nix
./hyprland.nix
./ghostty.nix
];
}

View File

@ -0,0 +1,6 @@
{ ghostty, pkgs, ... }:
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default
];
}