Odin: unstable

This commit is contained in:
Filippo Berto 2024-09-16 16:33:50 +02:00
parent c272cf2394
commit 7df5a68565
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 36 additions and 55 deletions

View file

@ -39,22 +39,9 @@
hardware = {
enableRedistributableFirmware = true;
pulseaudio.enable = false;
graphics.enable = true;
# Enable opengl support
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = builtins.attrValues {
inherit (pkgs)
intel-media-driver
vaapiIntel
vaapiVdpau
libvdpau-va-gl
;
};
};
pulseaudio.enable = false;
# Tablet
opentabletdriver = {
@ -332,7 +319,6 @@
security = {
rtkit.enable = true;
pam.services = {
login.fprintAuth = true;
xscreensaver.fprintAuth = true;
};
};