Update flake

Address deprecation warnings
This commit is contained in:
Pim Kunis 2025-03-30 13:35:37 +02:00
parent 274ff4b98c
commit 40cdaf7a6d
2 changed files with 59 additions and 54 deletions

View file

@ -6,9 +6,9 @@
config = lib.mkIf (builtins.elem "desktop" config.deployment.tags) {
programs.ssh.startAgent = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
services = {