unfree packages
This commit is contained in:
parent
678d8bf351
commit
fdce9542ef
@ -46,5 +46,11 @@
|
||||
|
||||
'')
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -21,5 +21,11 @@
|
||||
nodejs
|
||||
pnpm
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"pycharm"
|
||||
"pycharm-professional"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
};
|
||||
|
||||
config = lib.mkIf config.app_list.terminal_tools.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
cmatrix
|
||||
@ -27,5 +26,33 @@
|
||||
ranger
|
||||
unzip
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
# NVTOP
|
||||
"nvtopPackages.full"
|
||||
"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"
|
||||
"libcusolver"
|
||||
"libnvjitlink"
|
||||
"libcusparse"
|
||||
"libnpp"
|
||||
"libcufft"
|
||||
"libcurand"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user