Work on nvidia stuff

This commit is contained in:
Innovation 2024-05-01 02:23:21 -05:00
parent 0bae07a322
commit 0b731b7177
2 changed files with 35 additions and 1 deletions

View file

@ -33,7 +33,7 @@ alert = #A54242
disabled = #707880
[bar/example]
monitor = HDMI-A-0
#monitor = HDMI-A-0
width = 99%
offset-x = 0.5%
height = 16pt

View file

@ -97,6 +97,7 @@
polybar
picom-jonaburg
git
lshw
];
# Some programs need SUID wrappers, can be configured further or are
@ -118,6 +119,39 @@
# Or disable the firewall altogether.
networking.firewall.enable = false;
# Nvidia Drivers
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {
modesetting.enable = true;
powerManagement.enable = false;
powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
prime = {
#offload = {
# enable = true;
# enableOffloadCmd = true;
#};
sync.enable = true;
amdgpuBusId = "PCI:6:0:0";
nvidiaBusId = "PCI:1:0:0";
};
};
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.