This commit is contained in:
beanigen 2025-04-16 12:44:12 +08:00
parent 9a7651523b
commit 3146cd2355
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -103,7 +103,7 @@
libvdpau-va-gl
];
};
environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland";};
environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland"; PASSWORD_STORE_DIR = "$HOME/sync/general/pass";};
security.polkit.enable = true;
security.pam = {
services.gtklock = {};