about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patchBenedikt Peetz47 hours
| | | | Nixpgks unstable has rustc-1.87.
* modules: Remove no-op `finalizeFunction`Benedikt Peetz47 hours
| | | | The specified function is already the default.
* modules/qutebrowser: Active `lazy_restore`Benedikt Peetz48 hours
| | | | This might help remedy the incredible long start-up time.
* modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz48 hours
| | | | | | 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 Peetz48 hours
| | | | It is fun, but not worth the extra complexity.
* pkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz48 hours
|
* 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 Peetz13 days
|
* modules/mergiraf: InitBenedikt Peetz13 days
|
* lib/options.mkEnable: InitBenedikt Peetz13 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
|
* modules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz2025-06-11
|
* modules/boot: Migrate to new `sbctl` directoryBenedikt Peetz2025-06-10
| | | | Otherwise, `sbctl` will yell at you, that your setup is deprecated.
* pkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz2025-06-07
|
* pkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt Peetz2025-06-07
|
* modules/common: Add useful todo commentBenedikt Peetz2025-06-06
|
* pkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz2025-06-06
|
* pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz2025-06-06
|
* {modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz2025-06-06
|
* pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz2025-06-06
|