nixos-config/modules/system/jovian-workstation/default.nix
Mohamed C. 18df0f05e6
Some checks are pending
Flake.lock / build (push) Waiting to run
Revert "jovian less settings"
This reverts commit 1f514da246.
2024-09-05 11:30:42 +02:00

15 lines
347 B
Nix

{ user, ... }:
{
jovian.steam = {
enable = true;
autoStart = false;
user = user;
desktopSession = "plasma";
};
jovian.decky-loader.enable = true;
jovian.decky-loader.user = user;
jovian.hardware.has.amd.gpu = true;
jovian.hardware.amd.gpu.enableEarlyModesetting = true;
jovian.steamos.enableBluetoothConfig = true;
}