migrates even more things

This commit is contained in:
Dennis Schoepf 2026-03-03 22:58:48 +01:00
parent fc2234ae21
commit 8363764798
6 changed files with 69 additions and 4 deletions

View file

@ -1,8 +1,9 @@
{ config, ... }:
{ ... }:
{
flake.modules.nixos.nvidia-graphics =
{ pkgs, ... }:
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
graphics.enable = true;