Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modules/nix: Temporarily switch to cppnix | Benedikt Peetz | 48 hours |
| | | | | | | | 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 patch | Benedikt Peetz | 48 hours |
| | | | | Nixpgks unstable has rustc-1.87. | ||
* | modules: Remove no-op `finalizeFunction` | Benedikt Peetz | 48 hours |
| | | | | The specified function is already the default. | ||
* | modules/qutebrowser: Active `lazy_restore` | Benedikt Peetz | 48 hours |
| | | | | This might help remedy the incredible long start-up time. | ||
* | modules/nix-index/command_not_found: Avoid using a non-existing command | Benedikt Peetz | 48 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 handler | Benedikt Peetz | 48 hours |
| | | | | It is fun, but not worth the extra complexity. | ||
* | pkgs/yt: 1.7.0 -> 1.7.1 | Benedikt Peetz | 48 hours |
| | |||
* | pkgs/i3bar-river: Update patch to it's newest version | Benedikt Peetz | 6 days |
| | |||
* | pkgs/yt: Add missing mold dependency | Benedikt Peetz | 6 days |
| | |||
* | pkgs/yt: 1.6.1 -> 1.7.0 | Benedikt Peetz | 6 days |
| | |||
* | treewide: Update | Benedikt Peetz | 6 days |
| | |||
* | modules/nvim/plgs/lsp-progress: Completely remove | Benedikt Peetz | 6 days |
| | |||
* | modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latex | Benedikt Peetz | 6 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: Remove | Benedikt Peetz | 6 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 module | Benedikt Peetz | 6 days |
| | |||
* | modules/nvim/plgs/flatten: Re-enable | Benedikt Peetz | 6 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 module | Benedikt Peetz | 6 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 plugins | Benedikt Peetz | 6 days |
| | |||
* | modules/nvim/performance: Init | Benedikt Peetz | 6 days |
| | | | | It might make things faster? | ||
* | modules/nvim/plgs: Auto-load | Benedikt Peetz | 6 days |
| | |||
* | modules/nvim/mappings: Remove overlapping <Space>c mapping | Benedikt Peetz | 6 days |
| | |||
* | pkgs/yt: 1.6.0 -> 1.6.1 | Benedikt Peetz | 13 days |
| | |||
* | modules/mergiraf: Init | Benedikt Peetz | 13 days |
| | |||
* | lib/options.mkEnable: Init | Benedikt Peetz | 13 days |
| | | | | | This is the first required step into the direction of removing the `modules/common.nix` file. | ||
* | modules/qutebrowser: Correctly quote the statusbar.widgets settings | Benedikt Peetz | 2025-06-16 |
| | |||
* | modules/xdg: Inherit path for the url-handler script | Benedikt Peetz | 2025-06-16 |
| | |||
* | pkgs/yt: v1.5.0 -> v1.6.0 | Benedikt Peetz | 2025-06-16 |
| | |||
* | treewide: Update | Benedikt Peetz | 2025-06-16 |
| | |||
* | pkgs/tskm/.envrc: Add the build tskm to the path | Benedikt Peetz | 2025-06-11 |
| | | | | That makes debugging easier. | ||
* | pkgs/tskm/open: Make the session reading code more error tolerant | Benedikt Peetz | 2025-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 tab | Benedikt Peetz | 2025-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 time | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/qutebrowser: Use the shell wrapper | Benedikt Peetz | 2025-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 statusbar | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/common/projects.json: Remove trailing comma | Benedikt Peetz | 2025-06-11 |
| | | | | How could I even dare to include this!? | ||
* | pkgs/tskm/neorg/task: Already fill in the `TITLE` placeholder | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm/inputs/tags: Init | Benedikt Peetz | 2025-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 Peetz | 2025-06-11 |
| | | | | one project | ||
* | pkgs/tskm/open/review: All reviewing all non-empty projects | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm/neorg/task: Correctly call the id argument “task” | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm: Port to qutebrowser | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/common/projects.json: Remove unneeded ones | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/qutebrowser: Use correct path to binary in wrapper | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/boot: Migrate to new `sbctl` directory | Benedikt Peetz | 2025-06-10 |
| | | | | Otherwise, `sbctl` will yell at you, that your setup is deprecated. | ||
* | pkgs/tskm: Merge tags of inputs, which have to same url | Benedikt Peetz | 2025-06-07 |
| | |||
* | pkgs/tskm: Use correct key for `default-features` in `md5` dep | Benedikt Peetz | 2025-06-07 |
| | |||
* | modules/common: Add useful todo comment | Benedikt Peetz | 2025-06-06 |
| | |||
* | pkgs/tskm: Fail, when a `task` invocation fails | Benedikt Peetz | 2025-06-06 |
| | |||
* | pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list` | Benedikt Peetz | 2025-06-06 |
| | |||
* | {modules,pkgs}/qutebrowser: Enable qutebrowser support | Benedikt Peetz | 2025-06-06 |
| |