run nix fmt

This commit is contained in:
UGA Innovation Factory
2025-12-16 14:36:52 -05:00
parent adb98c4136
commit 769e1b0fed
8 changed files with 73 additions and 73 deletions

View File

@@ -71,10 +71,10 @@ in
environment.systemPackages =
with pkgs;
subtractLists cfg.excludePackages [
htop # System monitor
binutils # Binary utilities
zsh # Z shell
git # Version control
htop # System monitor
binutils # Binary utilities
zsh # Z shell
git # Version control
oh-my-posh # Shell prompt theme
inputs.agenix.packages.${stdenv.hostPlatform.system}.default # Secret management
];