Makes $TERM valid

This commit is contained in:
Emmet 2023-08-13 12:15:04 -05:00
parent de5ae68068
commit 14b5d3019e

View file

@ -19,7 +19,7 @@
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ 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/ browser = "librewolf-wayland"; # Default browser; must select one from ./user/app/browser/
editor = "emacsclient"; # Default editor; editor = "emacsclient"; # Default editor;
term = "alacritty -o font.size=20"; # Default terminal command; term = "alacritty"; # Default terminal command;
font = "Inconsolata"; # Selected font font = "Inconsolata"; # Selected font
fontPkg = pkgs.inconsolata; # Font package fontPkg = pkgs.inconsolata; # Font package