From fbda6c94ffdafc10dfa0acaa324a2dce2b8fa621 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 12 Jun 2022 13:48:24 +0800 Subject: [PATCH] profiles/dev: replace hexchat with treefmt --- modules/home-manager/profiles/dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 5a2a2eba..5202e1b3 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -60,7 +60,7 @@ in { hut # Easier interfacing with Sourcehut. act # Test your CI without embarrassing yourself pushing into upstream. irssi # Communicate in the terminal like a normal person. - hexchat # Communicate on the desktop like an insane person. + treefmt # I like the tagline of this tool: "One CLI for formatting your code tree." (It rhymes somewhat.) ]; }) ]);