thelio76: video
This commit is contained in:
parent
73be6537dd
commit
e495fba5a0
|
@ -13,6 +13,10 @@
|
|||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.kernelParams = [
|
||||
"video=DP-2:1920x1080@60"
|
||||
"video=HDMI-1:1920x1080@60"
|
||||
];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.initrd.luks.devices."luks-b748a776-5e2c-4809-927e-1f4c051b9460".device = "/dev/disk/by-uuid/b748a776-5e2c-4809-927e-1f4c051b9460";
|
||||
|
|
|
@ -57,6 +57,8 @@
|
|||
monitor = "HDMI-1";
|
||||
modules-left = "xworkspaces";
|
||||
modules-center = "date";
|
||||
|
||||
modules-right = "systray";
|
||||
};
|
||||
|
||||
"module/xworkspaces" = {
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
|
||||
# List packages installed in system profile. To search, run:
|
||||
environment.systemPackages = with pkgs; [
|
||||
cacert
|
||||
direnv
|
||||
dxvk
|
||||
envsubst
|
||||
|
@ -68,6 +69,8 @@
|
|||
|
||||
# Hardware
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.driSupport32Bit = true; # For 32 bit applications
|
||||
|
||||
hardware.graphics.extraPackages = [
|
||||
pkgs.intel-media-driver
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue