about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz33 hours
| | | | Otherwise, builds are performed on-disk.
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz35 hours
| | | | That just avoids the visual clutter, caused by the nix store paths.
* modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz36 hours
| | | | | This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.
* pkgs/river-mk-keymap: Don't emit duplicate key mappingsBenedikt Peetz36 hours
| | | | | | Ideally, the key mapping generation code would not produce duplicates in the first place, but sorting them out is also okay (considering the rather low number of key mappings.)
* pkgs/river-mk-keymap: Support a dry-run modeBenedikt Peetz36 hours
| | | | | This can be used to check that the keymap.json file is valid, before deploying it.
* pkgs/river-mk-keymap: Improve with key-chord support and which-key interfaceBenedikt Peetz36 hours
|
* flake.lock: UpdateBenedikt Peetz2 days
| | | | | This update contains the fixes to the aforementioned cppnix/lix vulnerability.
* pkgs/i3bar-river-patched: Base on my branch and rebase the block in middle patchBenedikt Peetz2 days
| | | | | | This should avoid having to update both of the patches in the future, as the pull request patch fetch is not stable, and changes if I push something new to the pr.
* modules/nix: Temporarily switch to cppnixBenedikt Peetz2 days
| | | | | | | Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually.
* pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patchBenedikt Peetz2 days
| | | | Nixpgks unstable has rustc-1.87.
* modules: Remove no-op `finalizeFunction`Benedikt Peetz2 days
| | | | The specified function is already the default.
* modules/qutebrowser: Active `lazy_restore`Benedikt Peetz2 days
| | | | This might help remedy the incredible long start-up time.
* modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz2 days
| | | | | | The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
* modules/zsh: Remove the insulting command not found handlerBenedikt Peetz2 days
| | | | It is fun, but not worth the extra complexity.
* pkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz2 days
|
* pkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz6 days
|
* pkgs/yt: Add missing mold dependencyBenedikt Peetz6 days
|
* pkgs/yt: 1.6.1 -> 1.7.0Benedikt Peetz6 days
|
* treewide: UpdateBenedikt Peetz6 days
|
* modules/nvim/plgs/lsp-progress: Completely removeBenedikt Peetz6 days
|
* modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz6 days
| | | | | This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
* modules/nvim/plgs/flatten: RemoveBenedikt Peetz6 days
| | | | | It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025).
* modules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz6 days
|
* modules/nvim/plgs/flatten: Re-enableBenedikt Peetz6 days
| | | | | The plugin had breaking changes to its config, which caused me to disable it for some time.
* modules/nvim/plgs/femaco: Use the nixvim moduleBenedikt Peetz6 days
| | | | | We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix.
* modules/nvim/plgs: Remove unused pluginsBenedikt Peetz6 days
|
* modules/nvim/performance: InitBenedikt Peetz6 days
| | | | It might make things faster?
* modules/nvim/plgs: Auto-loadBenedikt Peetz6 days
|
* modules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz6 days
|
* pkgs/yt: 1.6.0 -> 1.6.1Benedikt Peetz14 days
|
* modules/mergiraf: InitBenedikt Peetz14 days
|
* lib/options.mkEnable: InitBenedikt Peetz14 days
| | | | | This is the first required step into the direction of removing the `modules/common.nix` file.
* modules/qutebrowser: Correctly quote the statusbar.widgets settingsBenedikt Peetz2025-06-16
|
* modules/xdg: Inherit path for the url-handler scriptBenedikt Peetz2025-06-16
|
* pkgs/yt: v1.5.0 -> v1.6.0Benedikt Peetz2025-06-16
|
* treewide: UpdateBenedikt Peetz2025-06-16
|
* pkgs/tskm/.envrc: Add the build tskm to the pathBenedikt Peetz2025-06-11
| | | | That makes debugging easier.
* pkgs/tskm/open: Make the session reading code more error tolerantBenedikt Peetz2025-06-11
| | | | | I have no idea, why qutebrowser sometimes skips writing these values. But as it does so, we must fill them in with reasonable defaults.
* pkgs/tskm/open: Define the default tab as an empty tabBenedikt Peetz2025-06-11
| | | | | Otherwise, one could not save a session at all, as qutebrowser will always open at least the default tab.
* pkgs/tskm/open: Allow opening multiple URLs at a timeBenedikt Peetz2025-06-11
|
* modules/qutebrowser: Use the shell wrapperBenedikt Peetz2025-06-11
| | | | | This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time.
* modules/qutebrowser: Show the current session in the statusbarBenedikt Peetz2025-06-11
|
* modules/common/projects.json: Remove trailing commaBenedikt Peetz2025-06-11
| | | | How could I even dare to include this!?
* pkgs/tskm/neorg/task: Already fill in the `TITLE` placeholderBenedikt Peetz2025-06-11
|
* pkgs/tskm/inputs/tags: InitBenedikt Peetz2025-06-11
| | | | This makes it possible to see the already used tabs.
* pkgs/tskm/open/list-tabs: All listing based on empty/non-empty and more than ↵Benedikt Peetz2025-06-11
| | | | one project
* pkgs/tskm/open/review: All reviewing all non-empty projectsBenedikt Peetz2025-06-11
|
* pkgs/tskm/neorg/task: Correctly call the id argument “task”Benedikt Peetz2025-06-11
|
* pkgs/tskm: Port to qutebrowserBenedikt Peetz2025-06-11
|
* modules/common/projects.json: Remove unneeded onesBenedikt Peetz2025-06-11
|