This commit is contained in:
John Lancaster
2026-02-16 17:33:59 -06:00
parent a37bdacf24
commit 0bf2069b2c

View File

@@ -1,5 +1,5 @@
{
flake.homeModules.zsh = { pkgs, ... }:
flake.homeModules.zsh = { pkgs, config, ... }:
{
programs.zsh = {
enable = true;