fixed jovian settings

This commit is contained in:
willifan 2024-11-02 16:10:08 +01:00
parent 0b1331c6d4
commit 69038f4cf4

View file

@ -7,11 +7,12 @@
enable = true; enable = true;
enableGyroDsuService = true; enableGyroDsuService = true;
}; };
hardware.has.amd = true; hardware.has.amd.gpu = true;
steam = { steam = {
enable = true; enable = true;
user = "willifan";
autoStart = true; autoStart = true;
desktopSession = "Hyprland"; desktopSession = "hyprland";
}; };
}; };
} }