add tokei (code line count tool)
This commit is contained in:
parent
adcd899f57
commit
675d0453ad
2 changed files with 4 additions and 0 deletions
3
home/develop/small-misc.nix
Normal file
3
home/develop/small-misc.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [tokei];
|
||||
}
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
# development
|
||||
../../develop
|
||||
../../develop/small-misc.nix
|
||||
|
||||
# programs
|
||||
../../programs/misc/keepassxc.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue