From 5e08ac034652ae209afd0d045388706a5dc270a8 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 12 Feb 2024 21:41:37 -0600 Subject: [PATCH] make option for terminal keybinding more explained --- options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.nix b/options.nix index 38eba4a..cac89b5 100644 --- a/options.nix +++ b/options.nix @@ -24,7 +24,7 @@ in { wallpaperDir = "${userHome}/Pictures/Wallpapers"; screenshotDir = "${userHome}/Pictures/Screenshots"; flakeDir = "${flakeDir}"; - terminal = "alacritty"; # Options include alacritty, kitty, and wezterm + terminal = "alacritty"; # This sets the terminal that is used by the hyprland terminal keybinding # System Settings clock24h = false;