formatting
This commit is contained in:
parent
7cc5c7b38e
commit
87817a5ba0
1 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.osbmModules.hardware.nvidia.enable {
|
||||
# Enable OpenGL
|
||||
|
|
@ -44,7 +49,6 @@
|
|||
pkgs.nvidia-container-toolkit
|
||||
];
|
||||
|
||||
|
||||
# TODO explain why this is needed
|
||||
programs.nix-required-mounts = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue