blob: 2c6426dd70b311d8d13ccc6b54c2a58424d616bc [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
kitty
];
}