Files
imladris/configs/vrs.nix
Kyle Isom 89a37a913f splitting out vrs stuff
nothing is using this right, not sure if vrs is buildable right now
2025-11-30 15:54:03 -08:00

16 lines
216 B
Nix

# vrs packages
# https://github.com/leoshimo/vrs
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# vrs - never
libsoup_2_4 # vrs
at-spi2-atk
atkmm
cairo
pango
pangomm
];
}