this repo has no description
0
fork

Configure Feed

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

Undo formatting, something isn't right

+3 -1
+3 -1
home.nix
··· 15 15 programs.gh.enable = true; 16 16 17 17 programs.lazygit.enable = true; 18 - programs.lazygit.settings.gui.theme.lightTheme = true; 18 + programs.lazygit.settings = { 19 + gui.theme = { lightTheme = true; }; 20 + }; 19 21 20 22 programs.direnv = { 21 23 enable = true;