diff --git a/home/programs/polybar/default.nix b/home/programs/polybar/default.nix index ca1f085..17358cb 100644 --- a/home/programs/polybar/default.nix +++ b/home/programs/polybar/default.nix @@ -44,7 +44,7 @@ height = 20 font-0 = "NotoSans-Regular:size=10;2.5" font-1 = "JetBrainsMono Nerd Font:style=Regular:size=10;2.5" - font-2 = "Noto Sans Symbols:size=0;1" + font-2 = "Noto Sans Symbols:size=10;1" ''; fhd = '' diff --git a/hosts/thonkpad/configuration.nix b/hosts/thonkpad/configuration.nix index 995ff1c..8475eba 100644 --- a/hosts/thonkpad/configuration.nix +++ b/hosts/thonkpad/configuration.nix @@ -25,7 +25,7 @@ in { users.synchronous = import ../../home/home.nix; }; - environment.variables = { + environment.sessionVariables = { RES = "1366x768"; };