Skip to content

Releases: rennsax/dotfiles

v0.6.0

31 Dec 04:22
Compare
Choose a tag to compare
git: avoid overriding drv in case of rebuilding git

`withSsh` is a misleading option name — turning this option off will NOT disable
ssh feature for the git release. In fact, if this option is true, git will be
built with ssh path hardcoded. Generally, we have `ssh` in our PATH env, so
there is no need to hardcode such its path.

Setting this option to true triggers rebuilding of git which really takes a lot
of time. So I remove the overriding to benefit from the cache.

v0.5.0

02 Dec 07:11
Compare
Choose a tag to compare
fix: `nerdfonts` is deprecated

v0.4.1

21 Oct 01:43
Compare
Choose a tag to compare
ci: update, use make

v0.4.0

17 Oct 06:41
Compare
Choose a tag to compare
refactor!: adopt per-machine granularity config management (#9)

v0.3.0

01 Oct 06:46
Compare
Choose a tag to compare
Monthly Flake Upgrade (September 2024) (#6)

v0.2.0

26 Jul 08:21
Compare
Choose a tag to compare

First release for Nix-managed dotfiles.

v0.1.0

21 May 03:31
Compare
Choose a tag to compare
starship: disable time module

It's useless, and ruins my vterm experience in Emacs.