refactor flake.nix and osConfig organization
This commit is contained in:
11
osConfigs/modules/nvidia.nix
Normal file
11
osConfigs/modules/nvidia.nix
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
}
|
Reference in New Issue
Block a user