wine + disabled openrgb
This commit is contained in:
parent
5d7792d333
commit
279a8ebf32
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user