chore: cleanup all files
This commit is contained in:
parent
f4e47cbf97
commit
9cc9955425
43 changed files with 2893 additions and 2834 deletions
|
|
@ -67,16 +67,16 @@
|
|||
environment.variables =
|
||||
if (config.mods.gpu.amdgpu.enable && config.mods.gpu.vapi.rocm.enable)
|
||||
then {
|
||||
RUSTICL_ENABLE = "radeonsi";
|
||||
RUSTICL_ENABLE = mkDashDefault "radeonsi";
|
||||
}
|
||||
else {};
|
||||
|
||||
hardware = {
|
||||
nvidia = lib.mkIf config.mods.gpu.nvidia.enable {
|
||||
modesetting.enable = true;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
modesetting.enable = mkDashDefault true;
|
||||
open = mkDashDefault true;
|
||||
nvidiaSettings = mkDashDefault true;
|
||||
package = mkDashDefault config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
};
|
||||
graphics = let
|
||||
amdPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue