style: format code
This commit is contained in:
parent
979d6e11f2
commit
a96ab9bf1f
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@
|
|||
bindMounts = {
|
||||
"${config.services.transmission.settings.download-dir}" = { };
|
||||
"/tmp/.X11-unix" = { };
|
||||
"/run/opengl-driver/lib" = {};
|
||||
"/run/opengl-driver-32/lib" = {};
|
||||
"/dev/kfd" = {};
|
||||
"/dev/dri" = {};
|
||||
"/run/opengl-driver/lib" = { };
|
||||
"/run/opengl-driver-32/lib" = { };
|
||||
"/dev/kfd" = { };
|
||||
"/dev/dri" = { };
|
||||
};
|
||||
config = { pkgs, ... }: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue