about summary refs log tree commit diff stats
path: root/hm (follow)
Commit message (Collapse)AuthorAge
* style(treewide): FormatBenedikt Peetz2024-05-09
|
* fix(hm/conf/python): Create history file, if it does not existBenedikt Peetz2024-05-09
|
* chore(treewide): Conform to changed settingsBenedikt Peetz2024-05-09
|
* style(treewide): Comply with `nix fmt`Benedikt Peetz2024-05-09
|
* refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz2024-05-09
|
* feat(hm/conf/lf/keybindings): Add a keybind to follow symnlinksBenedikt Peetz2024-05-09
|
* fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz2024-05-09
|
* fix(hm/conf/python): Correctly tell python to use a history fileBenedikt Peetz2024-05-09
|
* fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html filesBenedikt Peetz2024-05-09
| | | | Ltex tries to correct spelling mistakes in the html tags.
* fix(hm/conf/lf/icons): Also use the key icon for `COPYING`Benedikt Peetz2024-05-09
|
* fix(hm/conf/firefox/scripts/generate_extensions): Re-activate snowflakeBenedikt Peetz2024-05-09
| | | | | | The Tor Project seems to have fixed their problems with Mozilla. [1] [1]: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
* build(treewide): UpdateBenedikt Peetz2024-05-04
|
* feat(hm/conf/nvim/plgs/lsp/servers): Replace eslint by quick-lint-jsBenedikt Peetz2024-04-05
|
* feat(hm/conf/nvim/plgs/lsp/servers/eslint): InitBenedikt Peetz2024-04-05
|
* build(flake): UpdateBenedikt Peetz2024-04-02
|
* fix(hm/conf/nvim/plgs/debugprint): RemoveBenedikt Peetz2024-03-31
| | | | | I have never really used this plugin, and the recent breaking API changes where reason enough to remove it.
* fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex commandSoispha2024-03-30
|
* refactor(hm/conf/nvim): Use `opts` instead of `options`Soispha2024-03-30
| | | | | The previous name was renamed, as it clashed with the NixOS module system.
* feat(hm/conf/lf/cmd/make_link): Always make relative linksSoispha2024-03-30
|
* refactor(hm/conf/nvim/plgs/comment-nvim): Update to new module layoutSoispha2024-03-28
|
* chore(treewide): Move away from git-cryptSoispha2024-03-28
|
* fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agentSoispha2024-03-24
|
* fix(treewide): Update the shell library versionSoispha2024-03-24
|
* style(treewide): FormatSoispha2024-03-23
|
* fix(hm/conf/yambar/scripts/mpd): Put a separator between title and timeSoispha2024-03-23
|
* fix(hm/conf/unison): Remove auto merge featureSoispha2024-03-23
| | | | | | | This never really worked and would only really be useful, if I merged things by hand. But the only way forward, I see right now, is paved by avoiding the need to merge stuff altogether.
* refactor(treewide): Update to new modules names (and simplify some code)Soispha2024-03-23
|
* build(treewide): UpdateSoispha2024-03-23
|
* fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarilySoispha2024-03-23
| | | | | | | | They got themselves removed from Mozilla's Add-on store. To update the extensions, I know need to remove them temporarily until the situation is resolved. Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
* refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha2024-03-10
|
* build(treewide): UpdateSoispha2024-03-10
|
* feat(hm/conf/yambar/mpd): Add song progress and duration informationSoispha2024-03-07
|
* feat(hm/conf/prusa_slicer): InitSoispha2024-03-06
|
* fix(hm/conf/unison): Also try to merge 'log' filesSoispha2024-03-01
|
* fix(hm/conf/unison): Avoid merging, when the merge failsSoispha2024-03-01
|
* fix(hm/conf/unison): Correctly use the `file_name` and `extisions` valuesSoispha2024-03-01
|
* fix(hm/conf/unison): Add missing `diff` dependency for diffsSoispha2024-03-01
|
* fix(hm/conf/unison): Add further files to auto mergeSoispha2024-02-29
|
* fix(hm/conf/lf/keymappings): Unmap the later bound keysSoispha2024-02-28
|
* feat(hm/conf/lf/keymappings): Set up search keymappingsSoispha2024-02-28
|
* fix(hm/conf/lf/keymappings): Use 'k' for sort mappingsSoispha2024-02-28
| | | | 'l' is already taken.
* fix(hm/conf/zsh/command_not_found.sh): Improve case 2 outputSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd nameSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Output a status message for shellSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Correctly count found attrsSoispha2024-02-28
|
* fix(hm/conf/zsh): Add a newline to the shell library importSoispha2024-02-28
|
* fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha2024-02-28
|
* fix(hm/conf/unison): Add `less`, as it's needed to display diffsSoispha2024-02-28
|
* fix(hm/conf/unison): Don't pass `links` argument along twiceSoispha2024-02-28
|
* feat(hm/conf/unison): Support merging special pathsSoispha2024-02-28
|