From 279a8ebf324f70d4aff6c43c5352f26e33f5dbb4 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 11 Mar 2024 16:45:46 -0600 Subject: [PATCH] wine + disabled openrgb --- workstation/configuration.org | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index b989ff1..57ace2a 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -452,6 +452,8 @@ and wineWow are installed. =note= Roblox uninstalled as there is ongoing drama regarding Linux users. #+begin_src nix +wineWowPackages.stable +bottles (lutris.override { extraPkgs = pkgs: [ winetricks @@ -459,8 +461,6 @@ and wineWow are installed. wineWowPackages.stable ]; }) -nixGaming.packages.${pkgs.hostPlatform.system}.wine-tkg -nixGaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge cartridges heroic # install epic games gamemode # optimizes linux to have better gaming performance @@ -1021,7 +1021,6 @@ Miscellaneous services, most of which are managed by systemd. - avahi: allows to discover/connect to devices through their hostname on the same network. - fstrim/btrfs: file-system services. -- hardware.openrgb: enables to tune hardware RGB. - psd: profile-sync-daemon, loads the chrome/firefox profile to ram. #+begin_src nix @@ -1043,10 +1042,6 @@ services = { "/" ]; }; - hardware.openrgb = { - enable = true; - motherboard = "amd"; - }; openssh = { enable = true; openFirewall = true; @@ -1138,6 +1133,15 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware = { cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + bluetooth = { + enable = true; + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + Experimental = true; + }; + }; + }; nvidia = { modesetting.enable = true; powerManagement.enable = true;