Age | Commit message (Collapse) | Author | |
---|---|---|---|
46 hours | tweak(workstation): switch from tokei to scc | Martin Fischer | |
tokei is pretty much unmaintained (a bug fix for a crash hasn't been merged in half a year[1]) and since there's other things that are bothering me (e.g. the format flag being named `-o` and `-o json` outputting the counts for every single file), I'm switching to scc, which is very actively maintained. [1]: https://github.com/XAMPPRocky/tokei/pull/1209 | |||
12 days | feat(workstation): add shortcut to edit notes | Martin Fischer | |
14 days | tweak(workstation): add config for XPPen tablet | Martin Fischer | |
I'm removing nixpkgs-overlays from nix.nixPath because overlays seem to work fine without it (with just nixpkgs.overlays). And keeping it would have required me to adapt the path because `nix-shell -p` was failing with "The overlays argument to nixpkgs must be a list" due to the new pkgs param. | |||
2024-12-27 | refactor: introduce profiles | Martin Fischer | |