added
This commit is contained in:
parent
bf16581c61
commit
a9c27e462b
8 changed files with 78 additions and 0 deletions
17
hosts/modules/libs.nix
Normal file
17
hosts/modules/libs.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxHeaders
|
||||
freetype.dev
|
||||
pixman
|
||||
mesa
|
||||
libglvnd
|
||||
dbus.dev
|
||||
openssl
|
||||
openssl.dev
|
||||
libxml2
|
||||
zlib
|
||||
zlib.dev
|
||||
texlive.combined.scheme-full
|
||||
poppler_utils
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue