format code

This commit is contained in:
2025-07-04 14:44:31 +02:00
parent c081f95aaf
commit 6d21fe4262
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{lib, ...}: {
options.terminal = lib.mkOption {
type = lib.types.str;
example = "alacritty";