feat: improve GPU support for modules

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent b4a57a8f64
commit 21e85fc77b
6 changed files with 29 additions and 9 deletions

View File

@@ -59,7 +59,9 @@ in {
};
tray.compact = true;
};
services.gpuType = "amd";
services = mkIf (config.home.gpuType != null) {
inherit (config.home) gpuType;
};
session.commands = {
logout = ["uwsm" "stop"];
shutdown = ["systemctl" "poweroff"];