splitting out vrs stuff
nothing is using this right, not sure if vrs is buildable right now
This commit is contained in:
15
configs/vrs.nix
Normal file
15
configs/vrs.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user