From bc07b99029eac4e3a51eef95e7f844a1ba3a84af Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 31 Jan 2022 17:50:01 +0100 Subject: [PATCH] teutat3s: enable social profile --- users/teutat3s/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/teutat3s/home.nix b/users/teutat3s/home.nix index b54a01a2..e04f38c9 100644 --- a/users/teutat3s/home.nix +++ b/users/teutat3s/home.nix @@ -10,6 +10,8 @@ in ]; config = { + pub-solar.social.enable = true; + pub-solar.graphical.alacritty.settings.font.size = 12; pub-solar.graphical.alacritty.settings.key_bindings = [ { key = "V"; mods = "Control|Super"; action = "Paste"; }