1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00
flake/users/ryan/programs/zsh.nix

10 lines
179 B
Nix

# SPDX-FileCopyrightText: 2025 Ryan Cao <hello@ryanccn.dev>
#
# SPDX-License-Identifier: Apache-2.0
_: {
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
};
}