about summary refs log tree commit diff stats
path: root/sys/nixpkgs (unfollow)
Commit message (Collapse)Author
2024-05-09build(treewide): UpdateBenedikt Peetz
2024-05-09chore(flake): Deduplicate inputs with nixvimBenedikt Peetz
2024-05-09fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz
2024-05-09style(treewide): Comply with `nix fmt`Benedikt Peetz
2024-05-09refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz
2024-05-09fix(sys/pkgs/yt): Don't require an thumbnail urlBenedikt Peetz
Some extractors do not provide it.
2024-05-09feat(hm/conf/lf/keybindings): Add a keybind to follow symnlinksBenedikt Peetz
2024-05-09fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz
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
2024-05-05feat(pkgs/lf-make-map): InitBenedikt Peetz
2024-05-04build(treewide): UpdateBenedikt Peetz