Format nix files

This commit is contained in:
2024-08-06 14:58:30 -06:00
parent 57049fe511
commit 0992eba4dc
5 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
{ options, lib, config, ... }:
{ lib, config, ... }:
{
options.promptEmoji = lib.mkOption {
type = lib.types.str;