mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 16:49:18 -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";
|
||||
};
|
||||
|
||||
jovian.steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "hyprland";
|
||||
user = "aly";
|
||||
};
|
||||
jovian = {
|
||||
decky-loader = {
|
||||
enable = true;
|
||||
user = "aly";
|
||||
};
|
||||
|
||||
jovian.decky-loader = {
|
||||
enable = true;
|
||||
user = "aly";
|
||||
hardware.has.amd.gpu = true;
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "hyprland";
|
||||
user = "aly";
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "pacifidlog";
|
||||
|
|
Loading…
Reference in a new issue