pantheon/users/modules/terminal.nix

7 lines
107 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
kitty # default terminal emulator for hyprland
];
}