This commit is contained in:
shibazaki 2025-04-06 11:43:14 +02:00
parent f4ea59f0e0
commit 2da08972e1
2 changed files with 8 additions and 0 deletions

View File

@ -17,5 +17,7 @@
bruno bruno
openrocket openrocket
discordchatexporter-cli
]; ];
} }

View File

@ -2,5 +2,11 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gcc gcc
(callPackage ./zen.nix {}) (callPackage ./zen.nix {})
vulkan-loader
vulkan-tools
vulkan-validation-layers
mesa
libxkbcommon
]; ];
} }