diff --git a/configurations/host/Old-materusPC/configuration.nix b/configurations/host/Old-materusPC/configuration.nix index 68d9ab9..21af257 100755 --- a/configurations/host/Old-materusPC/configuration.nix +++ b/configurations/host/Old-materusPC/configuration.nix @@ -88,7 +88,7 @@ in hardware.opengl.enable = true; hardware.opengl.driSupport32Bit = true; - materus.profile.steam.enable = true; + materus.profile.steam.enable = false; # Configure keymap in X11 services.xserver.xkb.layout = "pl"; @@ -101,13 +101,14 @@ in services.printing.enable = true; # Enable sound. - sound.enable = true; + #sound.enable = true; security.rtkit.enable = true; services.pipewire = { enable = true; alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + systemWide = true; # If you want to use JACK applications, uncomment this jack.enable = true; }; @@ -172,6 +173,14 @@ in ]; environment.systemPackages = with pkgs; [ + + (vivaldi.overrideAttrs + (oldAttrs: { + dontWrapQtApps = false; + dontPatchELF = true; + nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.kdePackages.wrapQtAppsHook]; + })) + brave glibc @@ -293,7 +302,7 @@ in environment.shells = with pkgs; [ zsh ]; programs = { steam = { - enable = true; + enable = false; dedicatedServer.openFirewall = true; remotePlay.openFirewall = true; }; diff --git a/configurations/host/Old-materusPC/home/materus/default.nix b/configurations/host/Old-materusPC/home/materus/default.nix index 0d574e1..fb4ca0d 100644 --- a/configurations/host/Old-materusPC/home/materus/default.nix +++ b/configurations/host/Old-materusPC/home/materus/default.nix @@ -98,7 +98,7 @@ dub ]); - editor.emacs.enable = true; + editor.emacs.enable = false; }; xdg.desktopEntries.brave-browser = @@ -152,7 +152,7 @@ }; home.packages = [ pkgs.papirus-icon-theme - (materusArg.pkgs.polymc-qt5.wrap { withWaylandGLFW = true; extraJDKs = [ pkgs.graalvm-ce ]; }) + (materusArg.pkgs.polymc.wrap { withWaylandGLFW = true; extraJDKs = [ pkgs.graalvm-ce ]; }) ]; } diff --git a/configurations/host/Old-materusPC/nvidia.nix b/configurations/host/Old-materusPC/nvidia.nix index 2596fb4..26f9709 100644 --- a/configurations/host/Old-materusPC/nvidia.nix +++ b/configurations/host/Old-materusPC/nvidia.nix @@ -5,6 +5,7 @@ package = config.boot.kernelPackages.nvidiaPackages.latest; modesetting.enable = true; nvidiaSettings = true; + open = true; }; hardware.opengl.extraPackages = with pkgs; [