summaryrefslogtreecommitdiff
path: root/nixos/profiles/common
AgeCommit message (Collapse)Author
35 hourstweak(workstation): switch from tokei to sccMartin 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
11 daysfeat(workstation): add shortcut to edit notesMartin Fischer
11 daysfix(workstation): make vim use system clipboardMartin Fischer
14 daystweak(workstation): add config for XPPen tabletMartin 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.
2025-04-26refactor: import sources via topMartin Fischer
2025-02-24refactor: name npins import sourcesMartin Fischer
2024-12-29feat(shared): add vpnMartin Fischer
2024-12-27refactor: introduce profilesMartin Fischer