48 lines
840 B
Nix
48 lines
840 B
Nix
|
|
{
|
|
unfree = [
|
|
"discord"
|
|
"spotify"
|
|
"obsidian"
|
|
"steam"
|
|
"steam-unwrapped"
|
|
"zoom-us"
|
|
"zoom"
|
|
|
|
# since the predicate ist to be set in the flake and not in a module
|
|
# it is impossible to make the list dynamic and respect nvidia.enable
|
|
"nvidia-x11"
|
|
"nvidia-settings"
|
|
"nvidia-persistenced"
|
|
"cudatoolkit"
|
|
"cuda-merged"
|
|
"cuda_cuobjdump"
|
|
"cuda_gdb"
|
|
"cuda_nvcc"
|
|
"cuda_nvdisasm"
|
|
"cuda_nvprune"
|
|
"cuda_cccl"
|
|
"cuda_cudart"
|
|
"cuda_cupti"
|
|
"cuda_cuxxfilt"
|
|
"cuda_nvml_dev"
|
|
"cuda_nvrtc"
|
|
"cuda_nvtx"
|
|
"cuda_profiler_api"
|
|
"cuda_sanitizer_api"
|
|
"libcublas"
|
|
"libcufft"
|
|
"libcurand"
|
|
"libcusolver"
|
|
"libnvjitlink"
|
|
"libcusparse"
|
|
"libnpp"
|
|
|
|
"vscode-extension-mhutchie-git-graph"
|
|
];
|
|
|
|
inecure = [
|
|
# "electron-25.9.0"
|
|
];
|
|
}
|