change nvidia prime settings, change desktop config screens arangement
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m13s

This commit is contained in:
2025-11-03 16:31:29 +01:00
parent c631965709
commit b0fe851dec
5 changed files with 29 additions and 22 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
# Updated: 2025/10/26 00:59:12 by tomoron ### ########.fr #
# Updated: 2025/10/29 21:15:42 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -27,16 +27,20 @@
boot.kernelModules = [ "kvm-intel" "nvidia" ];
mods.displayManager.enable = true;
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.beta;
open = true;
mods.nvidia.enable = true;
mods.gayming.enable = true;
prime.nvidiaBusId = "PCI:1:0:0";
prime.intelBusId = "PCI:0:2:0";
prime.sync.enable = true;
programs.noisetorch.enable = true;
modesetting.enable = true;
};
# hardware.nvidia = {
# open = true;
#
# prime.nvidiaBusId = "PCI:1:0:0";
# prime.intelBusId = "PCI:0:2:0";
# prime.sync.enable = true;
#
# modesetting.enable = true;
# };
services.openssh.enable = true;
}

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:56:57 by tomoron #+# #+# #
# Updated: 2025/10/11 00:23:01 by tomoron ### ########.fr #
# Updated: 2025/10/29 21:15:44 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -81,7 +81,6 @@
mods.touchpad.enable = true;
programs.gamescope.enable = true;
# programs.gamescope.capSysNice = true;
mods.powerSave = {
@ -99,6 +98,7 @@
};
services.asusd = {
enable = true;
enableUserService = true;