feat: improve GPU support for modules
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user