Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeslie0/.dotfiles

My NixOS system flake and dotfiles.
https://github.com/jeslie0/.dotfiles

dotfiles nix-flake nixos-configuration

Last synced: about 2 months ago
JSON representation

My NixOS system flake and dotfiles.

Awesome Lists containing this project

README

        

services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {
modesetting.enable = true;
powerManagement.enable = false;
nvidiaSettings = true;
prime = {
# offload = {
# enable = true;
# enableOffloadCmd = true;
# };

nvidiaBusId = "PCI:1:0:0";
intelBusId = "PCI:0:2:0";
};
};

hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
}