Skip to content

Commit

Permalink
Fix awful formatting..
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 18, 2024
1 parent aa2a3b8 commit c1c20f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/nixos/environment/amd/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ pkgs
, config
, lib
, ...
{
pkgs,
config,
lib,
...
}: {
imports = [
./rocm.nix
Expand All @@ -16,7 +17,7 @@
zluda.enable = lib.mkDefault true;
};

services.xserver.videoDrivers = [ "amdgpu" ];
services.xserver.videoDrivers = ["amdgpu"];

environment.systemPackages = with pkgs; [
amdgpu_top
Expand Down

0 comments on commit c1c20f8

Please sign in to comment.