Format code

This commit is contained in:
thiloho
2024-01-04 14:07:22 +01:00
parent eac9093310
commit c0a1f059dc
10 changed files with 141 additions and 153 deletions

View File

@@ -27,18 +27,15 @@
};
java.enable = true;
};
hardware.pulseaudio.enable = false;
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
programs = {
firefox = {
enable = true;
package = pkgs.firefox.override {
cfg = {
speechSynthesisSupport = true;
};
};
package =
pkgs.firefox.override { cfg = { speechSynthesisSupport = true; }; };
};
chromium = {
enable = true;
@@ -65,16 +62,12 @@
enable = true;
userName = "thiloho";
userEmail = "123883702+thiloho@users.noreply.github.com";
signing = {
signByDefault = true;
};
signing = { signByDefault = true; };
};
obs-studio.enable = true;
};
home = {
sessionVariables = {
NIXOS_OZONE_WL=1;
};
sessionVariables = { NIXOS_OZONE_WL = 1; };
packages = with pkgs; [
libreoffice
airshipper
@@ -82,6 +75,7 @@
prismlauncher
ventoy-full
psensor
nil
zoom-us
teamspeak5_client
discord