splitting out vrs stuff

nothing is using this right, not sure if vrs is buildable right now
This commit is contained in:
2025-11-30 15:54:03 -08:00
parent 665080d27a
commit 89a37a913f
2 changed files with 15 additions and 8 deletions

15
configs/vrs.nix Normal file
View File

@@ -0,0 +1,15 @@
# 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
];
}