accomodating for fern package name change to 'shed'

This commit is contained in:
2026-02-24 18:05:46 -05:00
parent e9cbd0d686
commit a5582a584f
14 changed files with 87 additions and 63 deletions

View File

@@ -0,0 +1,12 @@
{ lib, config, ... }:
{
programs.shed = {
enable = true;
settings = {
autocd = true;
autoHistory = true;
};
};
}