Added jujutsu VCS system + along with very minimal config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "khokharmaaz@gmail.com";
|
||||
name = "Maaz Khokhar";
|
||||
};
|
||||
ui.color = "always";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user