diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-12-24 11:29:07 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-12-24 11:29:22 -0500 |
| commit | cc4c19cc84e33622004bd4a1de000679f4cca916 (patch) | |
| tree | 42f3b44c2dcb8f13c61fc58789d763ff539c6ca0 /fw | |
| parent | 183fb9fded424010c9fdb9865555a1d4e93072d8 (diff) | |
| download | home-cc4c19cc84e33622004bd4a1de000679f4cca916.tar.gz | |
repo: update flake
Diffstat (limited to 'fw')
| -rw-r--r-- | fw/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix index 610f3e9..34ae73e 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -51,7 +51,6 @@ hardware.graphics = { enable = true; - enable32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr.icd ]; |