about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* pkgs/tskm/inputs/tags: InitBenedikt Peetz4 days
| | | | 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 Peetz4 days
| | | | one project
* pkgs/tskm/open/review: All reviewing all non-empty projectsBenedikt Peetz4 days
|
* pkgs/tskm/neorg/task: Correctly call the id argument “task”Benedikt Peetz4 days
|
* pkgs/tskm: Port to qutebrowserBenedikt Peetz4 days
|
* modules/common/projects.json: Remove unneeded onesBenedikt Peetz4 days
|
* modules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz4 days
|
* modules/boot: Migrate to new `sbctl` directoryBenedikt Peetz5 days
| | | | Otherwise, `sbctl` will yell at you, that your setup is deprecated.
* pkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz8 days
|
* pkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt Peetz8 days
|
* modules/common: Add useful todo commentBenedikt Peetz9 days
|
* pkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz9 days
|
* pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz9 days
|
* {modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz9 days
|
* pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz9 days
|
* modules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz9 days
| | | | This was unused since it's addition.
* modules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz9 days
|
* hosts/default.nix: Promote `self` to `specialArgs`Benedikt Peetz9 days
| | | | | 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 binariesBenedikt Peetz9 days
|
* treewide: UpdateBenedikt Peetz9 days
|
* modules/legacy/beets: Use a better path configBenedikt Peetz9 days
| | | | I don't really care about genres or the various albumtypes.
* modules/legacy/beets: Move the `replace_override` file in the nix fileBenedikt Peetz9 days
| | | | | | I have no idea, why this is a separate file. This change also removes some windows specific replace sequences.
* modules/legacy/beets: Remove unused pluginsBenedikt Peetz9 days
| | | | | 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 dependencyBenedikt Peetz9 days
| | | | Without firefox, this dependency is useless.
* modules/firefox: DropBenedikt Peetz9 days
| | | | This is no longer needed as I have migrated my browser to qutebrowser.
* pkgs/generate_moz_extension: DropBenedikt Peetz9 days
| | | | This is no longer needed, as I have moved away from firefox.
* pkgs/tskm/cli::input::file: Support adding default tags to file importBenedikt Peetz13 days
|
* pkgs/tskm/input/handle: Use types to contain parsing and dry codeBenedikt Peetz13 days
|
* pkgs/tskm: Format with latest rustfmtBenedikt Peetz13 days
|
* pkgs/tskm: Remove unused featuresBenedikt Peetz13 days
|
* modules/common/projects: Add `me.job`Benedikt Peetz13 days
|
* pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz2025-05-30
| | | | | | `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`.
* modules/river: Move the log file to `~/.cache`Benedikt Peetz2025-05-30
| | | | It is not actually something, that I want to keep around.
* modules/river: Move the `river-start` package into the moduleBenedikt Peetz2025-05-30
| | | | | The package was already tied to the module (via the log file path) and as such should be in the module directory.
* modules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz2025-05-30
| | | | Having them as separate packages was just not necessary.
* treewide: UpdateBenedikt Peetz2025-05-30
| | | | This also contains a bump to 25.05.
* pkgs/yambar-modules: DropBenedikt Peetz2025-05-30
| | | | | I migrated away from yambar, and i3status-rust provides a batter alternative for these anyways.
* modules/i3status-rust: Use correct `cfg` valueBenedikt Peetz2025-05-20
| | | | Otherwise, we inject the `i3bar-river` command into itself.
* modules/common: Switch from `yambar` to `i3bar-river`Benedikt Peetz2025-05-20
| | | | | Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree.
* modules/{i3bar-river,i3status-rust}: InitBenedikt Peetz2025-05-20
|
* pkgs/{i3bar-river,i3status-rust}: InitBenedikt Peetz2025-05-20
|
* hosts/{apzu,tiamat}: Use wrapped `mpp`Benedikt Peetz2025-05-20
|
* modules/nix: Switch to the latest `lix` versionBenedikt Peetz2025-05-20
|
* pkgs/mpp: Keep meta attributes like `mainProgram`Benedikt Peetz2025-05-20
|
* modules/common/nixos_shell_config: Remove undefined `soispha.hardware` optsBenedikt Peetz2025-05-17
|
* modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz2025-05-17
| | | | | `ptmp` was previously (impurely) injected into this code, but is now no longer available.
* modules/common: Activate `soispha.hardware` by defaultBenedikt Peetz2025-05-17
|
* modules/starship: Mark shells that are started in a nixos-shell VMBenedikt Peetz2025-05-17
|
* modules/nixos-shell: InitBenedikt Peetz2025-05-17
| | | | | | A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
* pkgs/default.nix: Migrate to the package argumentsBenedikt Peetz2025-05-16
|