Small changes

This commit is contained in:
Jimbo 2025-02-27 17:54:48 -05:00
parent b397fe0a5f
commit f9163a3360
4 changed files with 7 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
{
options.system.video.nouveau.enable = lib.mkEnableOption "Enable the Nouveau graphics stack";