pantheon/modules/home-terminal.nix
2025-02-28 05:33:09 +08:00

7 lines
107 B
Nix

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