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";
|
||||
};
|
||||
};
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Nolan Darilek";
|
||||
email = "nolan@thewordnerd.info";
|
||||
};
|
||||
};
|
||||
};
|
||||
# jujutsu = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# user = {
|
||||
# name = "Nolan Darilek";
|
||||
# email = "nolan@thewordnerd.info";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
|
@ -65,4 +65,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
PATH = [ "$HOME/.local/bin" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue