From 38e104606c4cf2e4bddd892e1ef2d977d3db234d Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Mar 2025 02:20:46 +0800 Subject: [PATCH] feat: add ttyper --- users/modules/utils.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/modules/utils.nix b/users/modules/utils.nix index c34b4a4..948878e 100644 --- a/users/modules/utils.nix +++ b/users/modules/utils.nix @@ -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 = {