this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

home/alacritty: reformat

+7 -1
+7 -1
homeManagerModules/apps/alacritty/default.nix
··· 8 8 enable = true; 9 9 settings = { 10 10 colors = { 11 + draw_bold_text_with_bright_colors = true; 12 + 11 13 primary = { 12 14 background = "${config.ar.home.theme.colors.background}"; 13 15 foreground = "${config.ar.home.theme.colors.text}"; 14 16 }; 17 + 15 18 transparent_background_colors = true; 16 - draw_bold_text_with_bright_colors = true; 17 19 }; 20 + 18 21 font = { 19 22 normal = { 20 23 family = "NotoSansM Nerd Font"; 21 24 style = "Regular"; 22 25 }; 26 + 23 27 size = config.gtk.font.size; 24 28 }; 29 + 25 30 selection.save_to_clipboard = true; 31 + 26 32 window = { 27 33 blur = true; 28 34 decorations = "Full";