Disable jj and add ~/.local/bin to path.
This commit is contained in:
parent
f6bbe8f4d9
commit
db901f2bf5
1 changed files with 13 additions and 9 deletions
|
@ -44,15 +44,15 @@
|
||||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
jujutsu = {
|
# jujutsu = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
user = {
|
# user = {
|
||||||
name = "Nolan Darilek";
|
# name = "Nolan Darilek";
|
||||||
email = "nolan@thewordnerd.info";
|
# email = "nolan@thewordnerd.info";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
@ -65,4 +65,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
PATH = [ "$HOME/.local/bin" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue