summaryrefslogtreecommitdiff
path: root/nixos/modules/features/terminals/default.nix
blob: 22c5662794ed0fb933a8bffcb1f9e635fc652f4d (plain)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    foot
    ghostty
  ];
}