wine + disabled openrgb

This commit is contained in:
Danilo Reyes 2024-03-11 16:45:46 -06:00
parent 5d7792d333
commit 279a8ebf32

View File

@ -452,6 +452,8 @@ and wineWow are installed.
=note= Roblox uninstalled as there is ongoing drama regarding Linux users. =note= Roblox uninstalled as there is ongoing drama regarding Linux users.
#+begin_src nix #+begin_src nix
wineWowPackages.stable
bottles
(lutris.override { (lutris.override {
extraPkgs = pkgs: [ extraPkgs = pkgs: [
winetricks winetricks
@ -459,8 +461,6 @@ and wineWow are installed.
wineWowPackages.stable wineWowPackages.stable
]; ];
}) })
nixGaming.packages.${pkgs.hostPlatform.system}.wine-tkg
nixGaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge
cartridges cartridges
heroic # install epic games heroic # install epic games
gamemode # optimizes linux to have better gaming performance 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 - avahi: allows to discover/connect to devices through their hostname on the
same network. same network.
- fstrim/btrfs: file-system services. - fstrim/btrfs: file-system services.
- hardware.openrgb: enables to tune hardware RGB.
- psd: profile-sync-daemon, loads the chrome/firefox profile to ram. - psd: profile-sync-daemon, loads the chrome/firefox profile to ram.
#+begin_src nix #+begin_src nix
@ -1043,10 +1042,6 @@ services = {
"/" "/"
]; ];
}; };
hardware.openrgb = {
enable = true;
motherboard = "amd";
};
openssh = { openssh = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
@ -1138,6 +1133,15 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
hardware = { hardware = {
cpu.amd.updateMicrocode = cpu.amd.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware; lib.mkDefault config.hardware.enableRedistributableFirmware;
bluetooth = {
enable = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
};
};
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;
powerManagement.enable = true; powerManagement.enable = true;