enable display manager on desktop
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 13m10s

This commit is contained in:
2025-05-06 22:47:47 +02:00
parent 3b7c49041c
commit 633eea8877
3 changed files with 17 additions and 8 deletions

View File

@ -2,12 +2,6 @@
{ config, lib, inputs, pkgs, ... }:
{
imports = [
../modules/game.nix
../modules/nvidia.nix
../modules/vboxHost.nix
];
environment.systemPackages = with pkgs; [
cudatoolkit
lm_sensors
@ -18,6 +12,7 @@
hardware.cpu.intel.updateMicrocode = true;
boot.kernelModules = [ "kvm-intel" "nvidia" ];
mods.displayManager.enable = true;
hardware.nvidia = {