vkfetch
this is a rewrite of https://github.com/Wunkolo/vkfetch
I referenced the code and copied the ASCII art from it
thanks to wunkolo for writing the original
I rewrote it because I wanted to have vkfetch on an easy to access package manager and wanted to extend it
I believe we now have feature parity with the original vkfetch + some extra info not present in the original
installation
dependencies
nix
environment.systemPackages = [
pkgs.vulkan-loader
];
ubuntu
|
or
brew
other distributions
check your own package managers or
https://vulkan.lunarg.com/sdk/home#linux
windows and mac
https://vulkan.lunarg.com/sdk/home#linux
vkfetch-rs
build it from source
if you use nix then you can use my flake nix develop