nixos-config/modules/system/jovian-desktop/default.nix

13 lines
269 B
Nix
Raw Normal View History

2024-08-11 13:50:57 +02:00
{ ... }:
2024-08-10 20:30:24 +02:00
{
jovian.steam = {
2024-08-13 19:56:30 +02:00
enable = true;
2024-08-10 20:30:24 +02:00
autoStart = false;
2024-08-11 13:50:57 +02:00
user = "mo";
2024-08-10 20:30:24 +02:00
desktopSession = "plasma";
};
jovian.hardware.has.amd.gpu = true;
jovian.hardware.amd.gpu.enableEarlyModesetting = true;
jovian.steamos.enableBluetoothConfig = true;
}