about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plugins/telescope/keymaps (unfollow)
Commit message (Collapse)Author
3 dayspkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz
3 dayspkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt Peetz
4 daysmodules/common: Add useful todo commentBenedikt Peetz
4 dayspkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz
4 dayspkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz
4 days{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz
4 dayspkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz
4 daysmodules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz
This was unused since it's addition.
4 daysmodules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz
4 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.
4 daysflake/devShells: Remove unneeded binariesBenedikt Peetz
4 daystreewide: UpdateBenedikt Peetz
4 daysmodules/legacy/beets: Use a better path configBenedikt Peetz
I don't really care about genres or the various albumtypes.
4 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.
4 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.
4 daysflake: Remove the arkenfox-nixos dependencyBenedikt Peetz
Without firefox, this dependency is useless.
4 daysmodules/firefox: DropBenedikt Peetz
This is no longer needed as I have migrated my browser to qutebrowser.
4 dayspkgs/generate_moz_extension: DropBenedikt Peetz
This is no longer needed, as I have moved away from firefox.
8 dayspkgs/tskm/cli::input::file: Support adding default tags to file importBenedikt Peetz
8 dayspkgs/tskm/input/handle: Use types to contain parsing and dry codeBenedikt Peetz
8 dayspkgs/tskm: Format with latest rustfmtBenedikt Peetz
8 dayspkgs/tskm: Remove unused featuresBenedikt Peetz
8 daysmodules/common/projects: Add `me.job`Benedikt Peetz
11 dayspkgs/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`.
11 daysmodules/river: Move the log file to `~/.cache`Benedikt Peetz
It is not actually something, that I want to keep around.
11 daysmodules/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.
11 daysmodules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz
Having them as separate packages was just not necessary.
11 daystreewide: UpdateBenedikt Peetz
This also contains a bump to 25.05.
11 dayspkgs/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.
2025-05-20modules/{i3bar-river,i3status-rust}: InitBenedikt Peetz
2025-05-20pkgs/{i3bar-river,i3status-rust}: InitBenedikt Peetz
2025-05-20hosts/{apzu,tiamat}: Use wrapped `mpp`Benedikt Peetz
2025-05-20modules/nix: Switch to the latest `lix` versionBenedikt Peetz
2025-05-20pkgs/mpp: Keep meta attributes like `mainProgram`Benedikt Peetz
2025-05-17modules/common/nixos_shell_config: Remove undefined `soispha.hardware` optsBenedikt Peetz
2025-05-17modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz
`ptmp` was previously (impurely) injected into this code, but is now no longer available.
2025-05-17modules/common: Activate `soispha.hardware` by defaultBenedikt Peetz
2025-05-17modules/starship: Mark shells that are started in a nixos-shell VMBenedikt Peetz
2025-05-17modules/nixos-shell: InitBenedikt Peetz
A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
2025-05-16pkgs/default.nix: Migrate to the package argumentsBenedikt Peetz
2025-05-16modules/common: Active `nix-index` by default.Benedikt Peetz
2025-05-16flake: Avoid duplicated `systems` inputBenedikt Peetz
2025-05-16modules/gpg: Move the `pinentryPackage` to `pinentry.package`Benedikt Peetz
2025-05-16modules/age: Correctly spell `age`Benedikt Peetz
2025-05-16pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz
This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
2025-05-16treewide: UpdateBenedikt Peetz
2025-05-16modules/legacy/mako: Migrate to `by-name`Benedikt Peetz
2025-05-16pkgs/fupdate-flake: Actually pass arguments to the update scriptBenedikt Peetz