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)
}

View File

@@ -2,6 +2,7 @@
{
environment.systemPackages = with pkgs; [
discord
vesktop
signal-desktop
];
}

View File

@@ -3,9 +3,9 @@
{
environment.systemPackages = with pkgs; [
neovim
git
uv
rustup
ghidra
antigravity-cli
pi-coding-agent
];

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
];