mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 19:29:17 -05:00
pacifidlog: set jovian has.amd.gpu = true
This commit is contained in:
parent
7247eb3369
commit
ccb69fe2b3
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue