added zsh configs and other configs

This commit is contained in:
2026-08-15 19:35:46 -07:00
parent 4859b8521b
commit 35cf83cb70
10 changed files with 458 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
# Foot terminal is configured and managed via Home Manager (home/foot.nix)
environment.systemPackages = with pkgs; [
foot
zoxide
fzf
];