Changes to my desktop profile.
This commit is contained in:
parent
18aa4347a9
commit
3b63e89838
1 changed files with 9 additions and 11 deletions
|
@ -9,8 +9,6 @@
|
||||||
podman-desktop
|
podman-desktop
|
||||||
devpod
|
devpod
|
||||||
gjs
|
gjs
|
||||||
unstable.fractal
|
|
||||||
unstable.element-desktop
|
|
||||||
discord
|
discord
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -44,15 +42,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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue