Add option explanation for terminal in the options.nix file

This commit is contained in:
Tyler Kelley 2024-02-12 21:35:24 -06:00
parent ee8d454148
commit a0ab72a557

View File

@ -24,7 +24,7 @@ in {
wallpaperDir = "${userHome}/Pictures/Wallpapers"; wallpaperDir = "${userHome}/Pictures/Wallpapers";
screenshotDir = "${userHome}/Pictures/Screenshots"; screenshotDir = "${userHome}/Pictures/Screenshots";
flakeDir = "${flakeDir}"; flakeDir = "${flakeDir}";
terminal = "alacritty"; terminal = "alacritty"; # Options include alacritty, kitty, and wezterm
# System Settings # System Settings
clock24h = false; clock24h = false;