mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
14 lines
188 B
Nix
Executable File
14 lines
188 B
Nix
Executable File
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
xlib,
|
|
...
|
|
}:
|
|
{
|
|
environment.systemPackages = [
|
|
pkgs.openai-whisper
|
|
];
|
|
#hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
|
|
}
|