mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +01:00
generic-linux-gpu: add a news entry
This commit is contained in:
parent
193e44d316
commit
77b51dbb9f
1 changed files with 13 additions and 0 deletions
13
modules/misc/news/2025/10/2025-10-26_08-19-48.nix
Normal file
13
modules/misc/news/2025/10/2025-10-26_08-19-48.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
time = "2025-10-26T07:19:48+00:00";
|
||||
condition = pkgs.stdenv.hostPlatform.isLinux;
|
||||
message = ''
|
||||
A new module is available: `targets.genericLinux.gpu`
|
||||
|
||||
This module provides integration of GPU drivers for non-NixOS systems. It is a
|
||||
simpler alternative to the existing `targets.genericLinux.nixGL` module. See the
|
||||
Home Manager user manual for more information.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue