feat: add ttyper

This commit is contained in:
Mohammad Rafiq 2025-03-22 02:20:46 +08:00
parent 91e0c3cd2a
commit 38e104606c
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
home.packages = with pkgs; [
fastfetch # system info
wl-clipboard # provides cli copy and paste commands
@ -6,6 +7,7 @@
ripgrep
devenv
bat
ttyper
];
services = {