Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | deps: update nixos | Martin Fischer | |
chromium: 138.0.7204.100 -> 139.0.7258.66 element-desktop: 1.11.105 -> 1.11.109 firefox: 140.0.4 -> 141.0.3 gcc-wrapper: 14.2.1.20250322 -> 14.3.0 git: 2.49.0 -> 2.50.1 go: 1.24.4 -> 1.24.5 jujutsu: 0.29.0 -> 0.31.0 krita: 5.2.9 -> 5.2.11 mkpasswd: 5.6.2 -> 5.6.4 networkmanager: 1.52.0 -> 1.52.1 nodejs: 22.16.0 -> 22.17.1 pipewire: 1.4.5 -> 1.4.7 skim: 0.18.0 -> 0.20.4 sudo: 1.9.17p1 -> 1.9.17p2 systemd: 257.6 -> 257.7 thunderbird: 139.0.2 -> 141.0 util-linux(bin): 2.41 -> 2.41.1 util-linux(man): 2.41 -> 2.41.1 vim: 9.1.1336 -> 9.1.1566 vim-full: 9.1.1336 -> 9.1.1566 | |||
2025-07-21 | feat(workstation): add jujutsu | Martin Fischer | |
2025-06-28 | 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 | |||
2025-06-27 | tweak(workstation): turn format_on_save off by default in Zed | Martin Fischer | |
2025-06-18 | tweak(inkscape): adapt pages.csv | Martin Fischer | |
2025-06-18 | refactor: add default inkscape/pages.csv | Martin Fischer | |
2025-06-18 | feat(workstation): add shortcut to edit notes | Martin Fischer | |
2025-06-18 | fix(workstation): make vim use system clipboard | Martin Fischer | |
2025-06-18 | fix(vim): set linebreak | Martin Fischer | |
2025-06-16 | 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. | |||
2025-06-16 | deps: update to NixOS 25.05 | Martin 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-26 | feat(workstation): add nixd | Martin Fischer | |
2025-04-02 | fix(workstation): update Zed for amdgpu bug workaround | Martin Fischer | |
2025-03-31 | feat(workstation): add Go | Martin Fischer | |
2025-03-31 | tweak(zsh): move CARGO_HOME and NPM_CONFIG_PREFIX under ~/.local/share | Martin Fischer | |
As per XDG Base Directory specification. | |||
2025-03-17 | tweak(user/git): add br alias and sort branches by committerdate | Martin Fischer | |
2025-03-16 | tweak(user/sway): only hide parenthesized text in roadmap wallpaper | Martin Fischer | |
To enable the shown list item to contain spaces. | |||
2025-02-27 | feat(workstation): generate wallpaper from roadmap.md | Martin Fischer | |
2025-02-26 | chore: update deprecated Zed setting | Martin Fischer | |
(Was done automatically by Zed.) | |||
2025-02-23 | feat(workstation): add typst and zathura | Martin Fischer | |
2025-02-23 | feat(workstation): add zed | Martin Fischer | |
2025-01-25 | feat(workstation): add poweralertd | Martin Fischer | |
My laptop died on me a couple times while I was working because it didn't complain about the running out battery. | |||
2025-01-06 | fix(user/zsh): set VISUAL instead of EDITOR | Martin Fischer | |
EDITOR is meant for line editors while VISUAL is meant for full-screen editors. Also most software appears to prefer VISUAL over EDITOR (e.g. git and sudoedit). | |||
2025-01-04 | feat(user/vim): add djot syntax highlighting | Martin Fischer | |
From https://github.com/jgm/djot. | |||
2024-12-27 | refactor: introduce profiles | Martin Fischer | |
2024-12-12 | fix(zsh): fix error on git over SSH | Martin Fischer | |
2024-12-12 | git: enable push.autoSetupRemote | Martin Fischer | |
2024-12-12 | enable SSH host-specific terminal background colors | Martin Fischer | |
2024-12-12 | refactor: move part-specifics out of .zshrc | Martin Fischer | |
2024-12-12 | fix(zshrc): don't append PATH if already present | Martin Fischer | |
2024-12-11 | upgrade to nixos-24.11 | Martin Fischer | |
2024-12-11 | add developer tools | Martin Fischer | |
2024-12-11 | move swaybar to bottom | Martin Fischer | |
2024-12-11 | add tools | Martin Fischer | |
2024-12-11 | display battery in swaybar | Martin Fischer | |
2024-12-11 | increase font size in foot | Martin Fischer | |
2024-12-11 | add vim | Martin Fischer | |
2024-12-11 | add zsh | Martin Fischer | |
2024-12-11 | add git | Martin Fischer | |
2024-12-11 | add custom keyboard layout | Martin Fischer | |
I've been using my own custom variant of Colemak Mod-DH since at least 2019. | |||
2024-12-11 | add sway | Martin Fischer | |
The config is the default config copied from /etc/sway/config. |