2024-12-30 13:38:14 +01:00

7 lines
108 B
Nix

{ ghostty, pkgs, ... }:
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default
];
}