this repo has no description
1
fork

Configure Feed

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

chore: add jujutsu

+17 -2
+7 -1
modules/programs/desktop-apps.nix
··· 37 37 piper 38 38 podman-tui 39 39 # plasticity 40 - prismlauncher 40 + (prismlauncher.override { 41 + jdks = [ 42 + temurin-bin-21 43 + temurin-bin-8 44 + temurin-bin-17 45 + ]; 46 + }) 41 47 qbittorrent 42 48 qimgv 43 49 slack
-1
modules/programs/desktop-cli.nix
··· 12 12 age-plugin-yubikey 13 13 alejandra 14 14 cachix 15 - colmena 16 15 fastfetch 17 16 hexyl 18 17 lazydocker
+10
modules/programs/git.nix
··· 69 69 }; 70 70 }; 71 71 }; 72 + 73 + programs.jujutsu = { 74 + enable = true; 75 + settings = { 76 + user = { 77 + name = userfullname; 78 + email = useremail; 79 + }; 80 + }; 81 + }; 72 82 }; 73 83 }