splitting out vrs stuff
nothing is using this right, not sure if vrs is buildable right now
This commit is contained in:
@@ -78,14 +78,6 @@
|
|||||||
uv
|
uv
|
||||||
wget
|
wget
|
||||||
woff2
|
woff2
|
||||||
|
|
||||||
# vrs
|
|
||||||
libsoup_2_4 # vrs
|
|
||||||
at-spi2-atk
|
|
||||||
atkmm
|
|
||||||
cairo
|
|
||||||
pango
|
|
||||||
pangomm
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
|
|||||||
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