pacifidlog: set jovian has.amd.gpu = true

This commit is contained in:
Aly Raffauf 2024-10-13 16:50:19 -04:00
parent 7247eb3369
commit ccb69fe2b3

View file

@ -48,16 +48,20 @@
GDK_SCALE = "2"; GDK_SCALE = "2";
}; };
jovian.steam = { jovian = {
enable = true; decky-loader = {
autoStart = true; enable = true;
desktopSession = "hyprland"; user = "aly";
user = "aly"; };
};
jovian.decky-loader = { hardware.has.amd.gpu = true;
enable = true;
user = "aly"; steam = {
enable = true;
autoStart = true;
desktopSession = "hyprland";
user = "aly";
};
}; };
networking.hostName = "pacifidlog"; networking.hostName = "pacifidlog";