Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-08-05 11:59:49 +02:00
committed by GitHub
parent 864ed35339
commit e8a1ae0286

View File

@@ -25,14 +25,6 @@
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "gnome3"; pinentryFlavor = "gnome3";
}; };
git = {
enable = true;
userName = "thiloho";
userEmail = "123883702+thiloho@users.noreply.github.com";
signing = {
signByDefault = true;
};
};
}; };
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
@@ -63,6 +55,14 @@
"editor.tabSize" = 2; "editor.tabSize" = 2;
}; };
}; };
git = {
enable = true;
userName = "thiloho";
userEmail = "123883702+thiloho@users.noreply.github.com";
signing = {
signByDefault = true;
};
};
obs-studio.enable = true; obs-studio.enable = true;
}; };
home = { home = {