From a0ab72a5577e869994194411d11d5a07338a10b6 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 12 Feb 2024 21:35:24 -0600 Subject: [PATCH] Add option explanation for terminal in the options.nix file --- options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.nix b/options.nix index 7dec004..38eba4a 100644 --- a/options.nix +++ b/options.nix @@ -24,7 +24,7 @@ in { wallpaperDir = "${userHome}/Pictures/Wallpapers"; screenshotDir = "${userHome}/Pictures/Screenshots"; flakeDir = "${flakeDir}"; - terminal = "alacritty"; + terminal = "alacritty"; # Options include alacritty, kitty, and wezterm # System Settings clock24h = false;