Regenerated

This commit is contained in:
2026-03-22 15:02:37 +00:00
parent 2e75f42767
commit 2f8f61e553
32 changed files with 8 additions and 1569 deletions
@@ -1,16 +0,0 @@
{ lib, pkgs, config, ... }:
{
################################################
# Install Zsh and Oh-My-Zsh system-wide
################################################
environment.systemPackages = [
pkgs.zsh
pkgs.oh-my-zsh
];
################################################
# Make Zsh the default shell for all users (optional)
################################################
users.defaultUserShell = pkgs.zsh;
}