use variable for jovian
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-16 15:04:06 +02:00
parent 87f66e4b32
commit 4cfc0355b7

View File

@ -1,9 +1,9 @@
{ ... }:
{ user, ... }:
{
jovian.steam = {
enable = true;
autoStart = false;
user = "mo";
user = user;
desktopSession = "plasma";
};
jovian.hardware.has.amd.gpu = true;