From 14b5d3019e0d5d0e84211b02e48cbe8764f948cc Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 13 Aug 2023 12:15:04 -0500 Subject: [PATCH] Makes $TERM valid --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a829220e..a84ee81d 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ browser = "librewolf-wayland"; # Default browser; must select one from ./user/app/browser/ editor = "emacsclient"; # Default editor; - term = "alacritty -o font.size=20"; # Default terminal command; + term = "alacritty"; # Default terminal command; font = "Inconsolata"; # Selected font fontPkg = pkgs.inconsolata; # Font package