1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-31 20:27:32 -05:00
parent 6e28141f5a
commit a8b6ce3036
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 22 additions and 10 deletions

View file

@ -31,6 +31,12 @@
xserver.videoDrivers = [ "nvidia" "modesetting" "fbdev" ];
};
hardware = {
graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-sdk
];
};
nvidia = {
modesetting.enable = true;
powerManagement = {
@ -41,12 +47,6 @@
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-sdk
];
};
};
fonts.fontconfig.subpixel.rgba = "rgb";