Commit message (Collapse) | Author | ||
---|---|---|---|
2024-08-23 | fix(pkgs/stamp): Break from the `while` loop not the `case` | Benedikt Peetz | |
2024-08-23 | fix(pkgs/stamp): Don't generate completions | Benedikt Peetz | |
The completion function is not really working, resulting in no file suggestions. | |||
2024-08-23 | feat(pkgs/stamp): Support multiple files | Benedikt Peetz | |
2024-08-23 | chore(pkgs/yt): Update to v1.1.0 | Benedikt Peetz | |
2024-08-23 | style(pkgs/tree-sitter-yts): Format | Benedikt Peetz | |
2024-08-23 | fix(home/yt): Correctly add some mpv input mappings | Benedikt Peetz | |
2024-08-23 | feat(pkgs/stamp): Init | Benedikt Peetz | |
2024-08-22 | feat(home/yt/mpv): Map further keys | Benedikt Peetz | |
2024-08-22 | chore(pkgs/tree-sitter-yts): Regenerate | Benedikt Peetz | |
2024-08-22 | fix(pkgs/tree-sitter-yts): Support dashes in flags | Benedikt Peetz | |
2024-08-22 | fix(pkgs/yt): Update to v1.0.0 | Benedikt Peetz | |
2024-08-21 | fix(pkgs/yt): Update to 0.1.3 | Benedikt Peetz | |
2024-08-21 | fix(pkgs/yt): Wrap with the needed dependencies | Benedikt Peetz | |
2024-08-21 | fix(pkgs/ll): Ensure that the last_directory save dir exists | Benedikt Peetz | |
2024-08-21 | fix(pkgs/iamb): Temporarily include as pkg | Benedikt 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-21 | refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` key | Benedikt Peetz | |
2024-08-21 | fix(flake/packages): Provide pkgsStable to `nvim` pkg | Benedikt Peetz | |
2024-08-21 | style(treewide): Reformat | Benedikt Peetz | |
2024-08-21 | fix(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). | |||