about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/hardware (unfollow)
Commit message (Collapse)Author
2 hoursmodules/xdg: Inherit path for the url-handler scriptBenedikt Peetz
3 hourspkgs/yt: v1.5.0 -> v1.6.0Benedikt Peetz
3 hourstreewide: UpdateBenedikt Peetz
5 dayspkgs/tskm/.envrc: Add the build tskm to the pathBenedikt Peetz
That makes debugging easier.
5 dayspkgs/tskm/open: Make the session reading code more error tolerantBenedikt Peetz
I have no idea, why qutebrowser sometimes skips writing these values. But as it does so, we must fill them in with reasonable defaults.
5 dayspkgs/tskm/open: Define the default tab as an empty tabBenedikt Peetz
Otherwise, one could not save a session at all, as qutebrowser will always open at least the default tab.
5 dayspkgs/tskm/open: Allow opening multiple URLs at a timeBenedikt Peetz
5 daysmodules/qutebrowser: Use the shell wrapperBenedikt Peetz
This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time.
5 daysmodules/qutebrowser: Show the current session in the statusbarBenedikt Peetz
5 daysmodules/common/projects.json: Remove trailing commaBenedikt Peetz
How could I even dare to include this!?
5 dayspkgs/tskm/neorg/task: Already fill in the `TITLE` placeholderBenedikt Peetz
5 dayspkgs/tskm/inputs/tags: InitBenedikt Peetz
This makes it possible to see the already used tabs.
5 dayspkgs/tskm/open/list-tabs: All listing based on empty/non-empty and more than ↵Benedikt Peetz
one project
5 dayspkgs/tskm/open/review: All reviewing all non-empty projectsBenedikt Peetz
5 dayspkgs/tskm/neorg/task: Correctly call the id argument “task”Benedikt Peetz
5 dayspkgs/tskm: Port to qutebrowserBenedikt Peetz
5 daysmodules/common/projects.json: Remove unneeded onesBenedikt Peetz
5 daysmodules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz
6 daysmodules/boot: Migrate to new `sbctl` directoryBenedikt Peetz
Otherwise, `sbctl` will yell at you, that your setup is deprecated.
9 dayspkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz
9 dayspkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt Peetz
10 daysmodules/common: Add useful todo commentBenedikt Peetz
10 dayspkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz
10 dayspkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz
10 days{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz
10 dayspkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz
10 daysmodules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz
This was unused since it's addition.
10 daysmodules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz
10 dayshosts/default.nix: Promote `self` to `specialArgs`Benedikt Peetz
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.
10 daysflake/devShells: Remove unneeded binariesBenedikt Peetz
10 daystreewide: UpdateBenedikt Peetz
10 daysmodules/legacy/beets: Use a better path configBenedikt Peetz
I don't really care about genres or the various albumtypes.
10 daysmodules/legacy/beets: Move the `replace_override` file in the nix fileBenedikt Peetz
I have no idea, why this is a separate file. This change also removes some windows specific replace sequences.
10 daysmodules/legacy/beets: Remove unused pluginsBenedikt Peetz
I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless.
10 daysflake: Remove the arkenfox-nixos dependencyBenedikt Peetz
Without firefox, this dependency is useless.
10 daysmodules/firefox: DropBenedikt Peetz
This is no longer needed as I have migrated my browser to qutebrowser.
10 dayspkgs/generate_moz_extension: DropBenedikt Peetz
This is no longer needed, as I have moved away from firefox.
2025-06-02pkgs/tskm/cli::input::file: Support adding default tags to file importBenedikt Peetz
2025-06-02pkgs/tskm/input/handle: Use types to contain parsing and dry codeBenedikt Peetz
2025-06-02pkgs/tskm: Format with latest rustfmtBenedikt Peetz
2025-06-02pkgs/tskm: Remove unused featuresBenedikt Peetz
2025-06-02modules/common/projects: Add `me.job`Benedikt Peetz
2025-05-30pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz
`Command::spawn` will continue to run the command even if the parent exits (e.g., due to CTRL+C). This is not ideal, so we replace it with `Command::status`.
2025-05-30modules/river: Move the log file to `~/.cache`Benedikt Peetz
It is not actually something, that I want to keep around.
2025-05-30modules/river: Move the `river-start` package into the moduleBenedikt Peetz
The package was already tied to the module (via the log file path) and as such should be in the module directory.
2025-05-30modules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz
Having them as separate packages was just not necessary.
2025-05-30treewide: UpdateBenedikt Peetz
This also contains a bump to 25.05.
2025-05-30pkgs/yambar-modules: DropBenedikt Peetz
I migrated away from yambar, and i3status-rust provides a batter alternative for these anyways.
2025-05-20modules/i3status-rust: Use correct `cfg` valueBenedikt Peetz
Otherwise, we inject the `i3bar-river` command into itself.
2025-05-20modules/common: Switch from `yambar` to `i3bar-river`Benedikt Peetz
Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree.