Add worktrunk

This commit is contained in:
Sage 2026-03-31 11:19:04 +00:00
parent 1d2696b05a
commit 55adebb809

View file

@ -30,5 +30,9 @@ in {
programs.zsh.sessionVariables = lib.mkIf config.mods.terminal.zsh.enable {
EDITOR = "nvim";
};
home.packages = with pkgs; [
worktrunk
];
};
}