Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: Update | Benedikt Peetz | 30 hours |
| | |||
* | modules/nvim/plgs/lsp-progress: Completely remove | Benedikt Peetz | 31 hours |
| | |||
* | modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latex | Benedikt Peetz | 31 hours |
| | | | | | 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 | 31 hours |
| | | | | | 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 | 31 hours |
| | |||
* | modules/nvim/plgs/flatten: Re-enable | Benedikt Peetz | 31 hours |
| | | | | | 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 | 31 hours |
| | | | | | 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 | 31 hours |
| | |||
* | modules/nvim/performance: Init | Benedikt Peetz | 31 hours |
| | | | | It might make things faster? | ||
* | modules/nvim/plgs: Auto-load | Benedikt Peetz | 31 hours |
| | |||
* | modules/nvim/mappings: Remove overlapping <Space>c mapping | Benedikt Peetz | 31 hours |
| | |||
* | pkgs/yt: 1.6.0 -> 1.6.1 | Benedikt Peetz | 8 days |
| | |||
* | modules/mergiraf: Init | Benedikt Peetz | 8 days |
| | |||
* | lib/options.mkEnable: Init | Benedikt Peetz | 8 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 | 9 days |
| | |||
* | modules/xdg: Inherit path for the url-handler script | Benedikt Peetz | 9 days |
| | |||
* | pkgs/yt: v1.5.0 -> v1.6.0 | Benedikt Peetz | 9 days |
| | |||
* | treewide: Update | Benedikt Peetz | 9 days |
| | |||
* | 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 |
| | |||
* | pkgs/fupdate: Move cli test into a `tests` module | Benedikt Peetz | 2025-06-06 |
| | |||
* | modules/nvim/plgs/lsp/pylyzer: Drop | Benedikt Peetz | 2025-06-06 |
| | | | | This was unused since it's addition. | ||
* | modules/impermanance: Avoid keeping `~/.mozilla` around | Benedikt Peetz | 2025-06-06 |
| | |||
* | hosts/default.nix: Promote `self` to `specialArgs` | Benedikt Peetz | 2025-06-06 |
| | | | | | If we import a something, based on the path of one of our flakes inputs, passing `self` as normal arg will result in an inf rec. | ||
* | flake/devShells: Remove unneeded binaries | Benedikt Peetz | 2025-06-06 |
| | |||
* | treewide: Update | Benedikt Peetz | 2025-06-06 |
| | |||
* | modules/legacy/beets: Use a better path config | Benedikt Peetz | 2025-06-06 |
| | | | | I don't really care about genres or the various albumtypes. | ||
* | modules/legacy/beets: Move the `replace_override` file in the nix file | Benedikt Peetz | 2025-06-06 |
| | | | | | | I have no idea, why this is a separate file. This change also removes some windows specific replace sequences. | ||
* | modules/legacy/beets: Remove unused plugins | Benedikt Peetz | 2025-06-06 |
| | | | | | I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless. | ||
* | flake: Remove the arkenfox-nixos dependency | Benedikt Peetz | 2025-06-06 |
| | | | | Without firefox, this dependency is useless. |