aboutsummaryrefslogtreecommitdiff
path: root/home/packages (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-07feat(home/packages): add tool masked-emailsFranck Cuny1-0/+1
2022-11-08feat(home/packages): install diveFranck Cuny1-2/+3
A tool to explore layers in docker images.
2022-10-31feat(home/packages): install gha-billing CLIFranck Cuny1-2/+7
2022-10-23feat(home/packages): install git-broomFranck Cuny1-0/+1
2022-10-22feat(home/packages): install the tool x509-infoFranck Cuny1-0/+1
2022-10-16ref(tools/git-blame-stats): rewrite the tool in pythonFranck Cuny1-0/+1
The tool can calculate some stats about authors in a git repository. It computes the number of lines that are authored by authors at a given revision (HEAD by default), and the number of commits.
2022-10-15ref(seqstat): rewrite from go to pythonFranck Cuny1-0/+1
This is a simple script, there's no benefit in having this in go. Having it Python makes it easier to extend with panda or other libraries in the future if I need more statistics too.
2022-10-03feat(home/packages): install gh-ssh-keysFranck Cuny1-2/+11
Add a new input to the flake configuration to install `gh-ssh-keys`.
2022-06-18feat(ipconverter): install the tool with my other packagesFranck Cuny1-1/+2
Change-Id: I8a7e0aa493f26bec11772f48ed481781df72cbe1 Reviewed-on: https://cl.fcuny.net/c/world/+/443 Reviewed-by: Franck Cuny <franck@fcuny.net> Tested-by: CI
2022-06-16ref(scripts): remove the module for scriptsFranck Cuny1-2/+14
The scripts should be part of other modules. If there's no good place for them, they should be part of the packages module. Change-Id: Ic6c678fbe981444848a0ac7015c6c2e450f3b1c1 Reviewed-on: https://cl.fcuny.net/c/world/+/424 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-07home: misc fixesFranck Cuny1-1/+1
2022-04-07initial attempt to reconfigure home-managerFranck Cuny1-0/+18
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited.