add jovian konsole preset

This commit is contained in:
Mohamed Chrayed 2024-08-23 14:44:05 +02:00
parent 13a1cd5c0a
commit 08b5280301
2 changed files with 13 additions and 1 deletions

View File

@ -75,7 +75,7 @@
./modules/system/apps-misc
./modules/system/browser
./modules/system/controller
./modules/system/jovian-${hostName}
./modules/system/jovian-konsole
./modules/system/lact
./modules/system/sddm
./modules/system/plasma

View File

@ -0,0 +1,12 @@
{ user, ... }:
{
jovian.steam = {
enable = true;
autoStart = true;
user = user;
desktopSession = "plasma";
};
jovian.hardware.has.amd.gpu = true;
jovian.hardware.amd.gpu.enableEarlyModesetting = true;
jovian.steamos.enableBluetoothConfig = true;
}