From 5f2acd0b046b5d7d67c8202173fa7f9c81235cf6 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 26 Nov 2024 13:11:58 +0200 Subject: [PATCH] Added tokei for counting lines of code --- hosts/laptop-nixos/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop-nixos/home.nix b/hosts/laptop-nixos/home.nix index 936e0e1..c82917e 100644 --- a/hosts/laptop-nixos/home.nix +++ b/hosts/laptop-nixos/home.nix @@ -65,6 +65,7 @@ meta.lib.broken = false; })) rustup + tokei ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage