1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
flake/users/ryan/programs/tealdeer.nix

12 lines
207 B
Nix

# SPDX-FileCopyrightText: 2025 Ryan Cao <hello@ryanccn.dev>
#
# SPDX-License-Identifier: Apache-2.0
{
programs.tealdeer = {
enable = true;
settings = {
display.compact = true;
};
};
}