feat: add ttyper
This commit is contained in:
parent
91e0c3cd2a
commit
38e104606c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
fastfetch # system info
|
fastfetch # system info
|
||||||
wl-clipboard # provides cli copy and paste commands
|
wl-clipboard # provides cli copy and paste commands
|
||||||
|
@ -6,6 +7,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
devenv
|
devenv
|
||||||
bat
|
bat
|
||||||
|
ttyper
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue