mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Add all that's needed for Helium apps
This commit is contained in:
parent
c46f56c35e
commit
4e384ffa27
1 changed files with 17 additions and 0 deletions
|
@ -38,6 +38,13 @@ let
|
||||||
texlive.combined.scheme-small
|
texlive.combined.scheme-small
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
# Fyra
|
||||||
|
glib-networking
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
vala
|
||||||
|
desktop-file-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
languages = [
|
languages = [
|
||||||
|
@ -200,6 +207,16 @@ in
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
"pkg-config"
|
"pkg-config"
|
||||||
"sdl2"
|
"sdl2"
|
||||||
|
|
||||||
|
# Fyra crap, but from Homebrew because someone doesn't know how to
|
||||||
|
# package libraries in nixpkgs
|
||||||
|
"appstream-glib"
|
||||||
|
"glib"
|
||||||
|
"gobject-introspection"
|
||||||
|
"gsettings-desktop-schemas"
|
||||||
|
"gtk4"
|
||||||
|
"gtksourceview5"
|
||||||
|
"libgee"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue