about summary refs log tree commit diff stats
path: root/modules (unfollow)
Commit message (Collapse)Author
2024-08-23fix(pkgs/stamp): Break from the `while` loop not the `case`Benedikt Peetz
2024-08-23fix(pkgs/stamp): Don't generate completionsBenedikt Peetz
The completion function is not really working, resulting in no file suggestions.
2024-08-23feat(pkgs/stamp): Support multiple filesBenedikt Peetz
2024-08-23chore(pkgs/yt): Update to v1.1.0Benedikt Peetz
2024-08-23style(pkgs/tree-sitter-yts): FormatBenedikt Peetz
2024-08-23fix(home/yt): Correctly add some mpv input mappingsBenedikt Peetz
2024-08-23feat(pkgs/stamp): InitBenedikt Peetz
2024-08-22feat(home/yt/mpv): Map further keysBenedikt Peetz
2024-08-22chore(pkgs/tree-sitter-yts): RegenerateBenedikt Peetz
2024-08-22fix(pkgs/tree-sitter-yts): Support dashes in flagsBenedikt Peetz
2024-08-22fix(pkgs/yt): Update to v1.0.0Benedikt Peetz
2024-08-21fix(pkgs/yt): Update to 0.1.3Benedikt Peetz
2024-08-21fix(pkgs/yt): Wrap with the needed dependenciesBenedikt Peetz
2024-08-21fix(pkgs/ll): Ensure that the last_directory save dir existsBenedikt Peetz
2024-08-21fix(pkgs/iamb): Temporarily include as pkgBenedikt Peetz
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.
2024-08-21refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` keyBenedikt Peetz
2024-08-21fix(flake/packages): Provide pkgsStable to `nvim` pkgBenedikt Peetz
2024-08-21style(treewide): ReformatBenedikt Peetz
2024-08-21fix(system/impermanence): Persist `/var/lib/nixos`Benedikt Peetz
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).
2024-08-21refactor(pkgs/yt): Package externally and move out-of treeBenedikt Peetz
This is now at https://git.vhack.eu/soispha/clients/yt
2024-08-21docs(home): Fix typo in commentB