about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
...
* docs(notes/git_crypt): Add information on how to remove `git-crypt`Benedikt Peetz2024-05-10
|
* chore(hm/conf/task/projects): UpdateBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Set correct gpg home variableBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Allow mutable keys and thus remove old keysBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Remove `onlykey` specific configurationBenedikt Peetz2024-05-09
|
* fix(sys/hardware): Enable the nitrokey udev rulesBenedikt Peetz2024-05-09
|
* fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entryBenedikt Peetz2024-05-09
|
* fix(sys/nixpkgs): All the unfree 'pypemicro'Benedikt Peetz2024-05-09
|
* fix(sys/secrets/lf/cd_paths): RegenerateBenedikt Peetz2024-05-09
|
* style(treewide): FormatBenedikt Peetz2024-05-09
|
* feat(sys/pkgs/scripts/update-sys): Enable completionsBenedikt Peetz2024-05-09
|
* fix(hm/conf/python): Create history file, if it does not existBenedikt Peetz2024-05-09
|
* fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz2024-05-09
| | | | This field is not always available.
* refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz2024-05-09
|
* fix(sys/libvirt): Disable, as tiamat can't build `ceph`Benedikt Peetz2024-05-09
|
* chore(treewide): Conform to changed settingsBenedikt Peetz2024-05-09
|
* build(treewide): UpdateBenedikt Peetz2024-05-09
|
* chore(flake): Deduplicate inputs with nixvimBenedikt Peetz2024-05-09
|
* fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz2024-05-09
|
* style(treewide): Comply with `nix fmt`Benedikt Peetz2024-05-09
|
* refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz2024-05-09
|
* fix(sys/pkgs/yt): Don't require an thumbnail urlBenedikt Peetz2024-05-09
| | | | Some extractors do not provide it.
* feat(hm/conf/lf/keybindings): Add a keybind to follow symnlinksBenedikt Peetz2024-05-09
|
* fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz2024-05-09
|
* fix(hm/conf/python): Correctly tell python to use a history fileBenedikt Peetz2024-05-09
|
* fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html filesBenedikt Peetz2024-05-09
| | | | Ltex tries to correct spelling mistakes in the html tags.
* fix(hm/conf/lf/icons): Also use the key icon for `COPYING`Benedikt Peetz2024-05-09
|
* fix(hm/conf/firefox/scripts/generate_extensions): Re-activate snowflakeBenedikt Peetz2024-05-09
| | | | | | 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
* feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz2024-05-09
|
* feat(pkgs/lf-make-map): Add de-serialization to lf mappingsBenedikt Peetz2024-05-09
|
* feat(pkgs/lf-make-map): Support depths > 2Benedikt Peetz2024-05-09
|
* feat(pkgs/lf-make-map): Ensure that it works (for a depth=1)Benedikt Peetz2024-05-07
|
* feat(pkgs/lf-make-map): Implement all needed details to produce first mappingsBenedikt Peetz2024-05-06
| | | | | The only bug left right know, is that multiple same mappings can be generated because of the ways the types interact with each other.
* feat(pkgs/lf-make-map): Change the key to custom type and add visualsBenedikt Peetz2024-05-05
|
* feat(pkgs/lf-make-map): InitBenedikt Peetz2024-05-05
|
* build(treewide): UpdateBenedikt Peetz2024-05-04
|
* chore(COPYING): Finally addBenedikt Peetz2024-04-20
| | | | | | | | | To forget a license is to make a project proprietary. I never wanted for this to be non-free software, but adding the license now unfortunately does not retroactively apply to the commits before this one. I will think about a solution in the future. Thanks: Silas Schöffel <sils@sils.li> for notifying me about this issue.
* feat(hm/conf/nvim/plgs/lsp/servers): Replace eslint by quick-lint-jsBenedikt Peetz2024-04-05
|
* feat(hm/conf/nvim/plgs/lsp/servers/eslint): InitBenedikt Peetz2024-04-05
|
* build(flake): UpdateBenedikt Peetz2024-04-02
|
* build(treewide): UpdateBenedikt Peetz2024-04-01
|
* build(flake): Deduplicate `treefmt-nix` input for `templates`Benedikt Peetz2024-04-01
|
* build(treewide): Update flake.lock filesBenedikt Peetz2024-03-31
|
* fix(hm/conf/nvim/plgs/debugprint): RemoveBenedikt Peetz2024-03-31
| | | | | I have never really used this plugin, and the recent breaking API changes where reason enough to remove it.
* feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controllerBenedikt Peetz2024-03-31
|
* fix(hosts/tiamat/hardware): Avoid having a suspended Bluetooth controllerBenedikt Peetz2024-03-31
| | | | | The controller tends to never wake up again, so suspending it is rather useless.
* fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex commandSoispha2024-03-30
|
* refactor(hm/conf/nvim): Use `opts` instead of `options`Soispha2024-03-30
| | | | | The previous name was renamed, as it clashed with the NixOS module system.
* feat(hm/conf/lf/cmd/make_link): Always make relative linksSoispha2024-03-30
|
* style(treewide): FormatSoispha2024-03-30
|