this repo has no description
0
fork

Configure Feed

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

:sparkles: installed jujutsu

+17
+17
home/personal.nix
··· 26 26 }; 27 27 }; 28 28 29 + programs.jujutsu = { 30 + enable = true; 31 + settings = { 32 + user = { 33 + name = "Pedro Correa"; 34 + email = "pedro8correa@gmail.com"; 35 + }; 36 + 37 + signing = { 38 + behavior = "own"; 39 + backend = "gpg"; 40 + key = "2748A6200C9EE0B4"; 41 + }; 42 + }; 43 + }; 44 + 45 + 29 46 services = { 30 47 gpg-agent = { 31 48 enable = true;