about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* build(treewide): UpdateBenedikt Peetz2024-09-07
|
* fix(conf/nvim/plgs/ltex_extra): Also enable Swedish spell checkingBenedikt Peetz2024-09-01
|
* fix(conf/unison): Don't synchronize `~/media/music`Benedikt Peetz2024-08-31
|
* feat(conf/yt): Add a main config fileBenedikt Peetz2024-08-26
|
* feat(pkgs/yt): Update to v1.2.0Benedikt Peetz2024-08-25
|
* fix(pkgs/stamp): Use the correct default template pathBenedikt Peetz2024-08-23
|
* fix(pkgs/stamp): Recognize unknown commandsBenedikt Peetz2024-08-23
|
* fix(pkgs/stamp): Break from the `while` loop not the `case`Benedikt Peetz2024-08-23
|
* fix(pkgs/stamp): Don't generate completionsBenedikt Peetz2024-08-23
| | | | | The completion function is not really working, resulting in no file suggestions.
* feat(pkgs/stamp): Support multiple filesBenedikt Peetz2024-08-23
|
* chore(pkgs/yt): Update to v1.1.0Benedikt Peetz2024-08-23
|
* style(pkgs/tree-sitter-yts): FormatBenedikt Peetz2024-08-23
|
* fix(home/yt): Correctly add some mpv input mappingsBenedikt Peetz2024-08-23
|
* feat(pkgs/stamp): InitBenedikt Peetz2024-08-23
|
* feat(home/yt/mpv): Map further keysBenedikt Peetz2024-08-22
|
* chore(pkgs/tree-sitter-yts): RegenerateBenedikt Peetz2024-08-22
|
* fix(pkgs/tree-sitter-yts): Support dashes in flagsBenedikt Peetz2024-08-22
|
* fix(pkgs/yt): Update to v1.0.0Benedikt Peetz2024-08-22
|
* fix(pkgs/yt): Update to 0.1.3Benedikt Peetz2024-08-21
|
* fix(pkgs/yt): Wrap with the needed dependenciesBenedikt Peetz2024-08-21
|
* fix(pkgs/ll): Ensure that the last_directory save dir existsBenedikt Peetz2024-08-21
|
* fix(pkgs/iamb): Temporarily include as pkgBenedikt Peetz2024-08-21
| | | | | | This allows me to rebuild the system *before* the pr, updating imab in nixpkgs, is merged. Otherwise, iamb would cause the systemb build to fail, as it's affected by the `time` problem.
* refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` keyBenedikt Peetz2024-08-21
|
* fix(flake/packages): Provide pkgsStable to `nvim` pkgBenedikt Peetz2024-08-21
|
* style(treewide): ReformatBenedikt Peetz2024-08-21
|
* fix(system/impermanence): Persist `/var/lib/nixos`Benedikt Peetz2024-08-21
| | | | | | Otherwise, users without an explicit uid/gid will get a new one assigned at each reboot (potentially changing file ownership from one user to another one).
* refactor(pkgs/yt): Package externally and move out-of treeBenedikt Peetz2024-08-21
| | | | This is now at https://git.vhack.eu/soispha/clients/yt
* docs(home): Fix typo in commentBenedikt Peetz2024-08-21
|
* docs(notes/beets_import): InitBenedikt Peetz2024-08-21
|
* feat(home/zsh): Setup alias for `lm`Benedikt Peetz2024-08-21
|
* feat(pkgs/lm): Init and use in pkgsBenedikt Peetz2024-08-21
|
* feat(home/yt): Init config filesBenedikt Peetz2024-08-21
|
* build(treewide): UpdateBenedikt Peetz2024-08-21
|
* refactor(pkgs/comments): Integrate into ytBenedikt Peetz2024-08-21
|
* fix(pkgs/tree-sitter-yts): Update grammar to new ytBenedikt Peetz2024-08-21
|
* fix(pkgs/yt): Improve `update` and `subs` immenselyBenedikt Peetz2024-08-21
|
* fix(pkgs/yt): Fix some more usage problemsBenedikt Peetz2024-08-20
|
* build(pkgs/yt): UpdateBenedikt Peetz2024-08-20
|
* feat(pkgs/yt): Implement additional features and bug fixesBenedikt Peetz2024-08-20
|
* fix(pkgs/yt): Improve usabilityBenedikt Peetz2024-08-20
| | | | | `yt` has now reached feature-parity with the old `ytcc` based `yt` implementation.
* feat(pkgs/yt): Start the rewriteBenedikt Peetz2024-08-20
|
* fix(home/pkgs/{mpc-beetsrm, mpc-searchadd}): Propagate the overriden beets ↵Benedikt Peetz2024-08-11
| | | | | | | | package These packages need to use beets and should thus use the same beets package as the internal module. This ensures, that plugins are available.
* fix(home/beets): Use the `beetsExtraPlugins` from `pkgs`Benedikt Peetz2024-08-11
|
* fix(home/beets/plgs/badfiles): Specify mainProgram path for `flac`Benedikt Peetz2024-08-11
|
* fix(home/beets): Also use the correct attr name for `models`Benedikt Peetz2024-08-11
|
* fix(home/beets): Use the correct attrbute name for `beetsExtraPlugins`Benedikt Peetz2024-08-11
|
* fix(home/beets): Correctly execute functionBenedikt Peetz2024-08-11
|
* fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz2024-08-11
| | | | This avoids shadowing the original `mpc rm` command
* feat(home/beets): Init the xtractor pluginBenedikt Peetz2024-08-11
|
* refactor(home/beets): Move the plugins out into separate directoriesBenedikt Peetz2024-08-11
|