about summary refs log tree commit diff stats
path: root/sys/svcs (unfollow)
Commit message (Collapse)Author
2024-05-09fix(hm/conf/python): Correctly tell python to use a history fileBenedikt Peetz
2024-05-09fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html filesBenedikt Peetz
Ltex tries to correct spelling mistakes in the html tags.
2024-05-09fix(hm/conf/lf/icons): Also use the key icon for `COPYING`Benedikt Peetz
2024-05-09fix(hm/conf/firefox/scripts/generate_extensions): Re-activate snowflakeBenedikt Peetz
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
2024-05-09feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Add de-serialization to lf mappingsBenedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Support depths > 2Benedikt Peetz
2024-05-07feat(pkgs/lf-make-map): Ensure that it works (for a depth=1)Benedikt Peetz
2024-05-06feat(pkgs/lf-make-map): Implement all needed details to produce first mappingsBenedikt Peetz
The only bug left right know, is that multiple same mappings can be generated because of the ways the types interact with each other.
2024-05-05feat(pkgs/lf-make-map): Change the key to custom type and add visualsBenedikt Peetz