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,7 +1,5 @@
{ pkgs, ... }:
{ ... }:
{
environment.systemPackages = with pkgs; [
brave
];
# Browser is configured and managed via Home Manager (home/brave.nix)
}