changed login shell to fern, added fern configuration

This commit is contained in:
2026-02-20 01:31:04 -05:00
parent b188e29dfd
commit 2a0116c336
19 changed files with 463 additions and 118 deletions

View File

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