Regenerated
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user