summaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/dev.nix
AgeCommit message (Collapse)Author
32 hoursfeat(workstation): add golangci-lintHEADmasterMartin Fischer
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
14 daysdeps: update to NixOS 25.05Martin Fischer
I'm not sure why the Kodi user now needs to be in the `audio` group but without it the user can only see a dummy device.
2025-04-26feat(workstation): add nixdMartin Fischer
2025-04-02fix(workstation): update Zed for amdgpu bug workaroundMartin Fischer
2025-03-31feat(workstation): add GoMartin Fischer
2025-03-15feat(workstation): add license-generatorMartin Fischer
2025-03-02feat(workstation): add fastmodMartin Fischer
2025-02-24tweak(workstation): use Zed from unstableMartin Fischer
2025-02-23feat(workstation): add zedMartin Fischer
2025-02-22feat(workstation): add platformio and dialout group for split-flapMartin Fischer
2024-12-27refactor: introduce profilesMartin Fischer