add roblox package real

This commit is contained in:
2025-08-13 10:56:09 +03:00
parent c331071c39
commit 22e94433f4
12 changed files with 162 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
@@ -48,7 +48,7 @@
modesetting.enable = true;
powerManagement.enable = false;
powerManagement.finegrained = false;
open = false;
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};