From e8677bd6edf8be6ff247a9d72a89bbb472c0e4f0 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 11 Sep 2023 18:20:00 +0800 Subject: [PATCH] profiles/dev: add extra dev utilities --- modules/home-manager/profiles/dev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 228d41ee..6956b529 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -167,8 +167,10 @@ in { irssi # Communicate in the terminal like a normal person. license-cli # A nice generator template for license files. quilt # Patching right up yer' alley. + tokei # Stroking your programming ego by how many lines of C you've written. tree-sitter # The modern way of text highlighting. treefmt # I like the tagline of this tool: "One CLI for formatting your code tree." (It rhymes somewhat.) + vhs # Declarative terminal tool demo. zenith # Very fanciful system dashboard. ]; })