Add Jules' RockPro64

This commit is contained in:
Jimbo 2025-02-27 11:42:57 -05:00
parent 46ba563e2f
commit e11627bd8f
18 changed files with 155 additions and 5 deletions

View file

@ -7,7 +7,7 @@
hardware.graphics = {
enable = config.system.desktop.enable;
enable32Bit = true;
enable32Bit = if config.nixpkgs.hostPlatform == "x86_64-linux" then true else false;
extraPackages = with pkgs; [
vulkan-loader
vulkan-validation-layers