my config

This commit is contained in:
WanderingPenwing 2024-08-04 11:03:06 +02:00
parent 0ddf494437
commit 9c41ea8dcc

17
shell.nix Normal file
View file

@ -0,0 +1,17 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
gnumake
gcc
pkg-config
xorg.libX11
xorg.libXft
xorg.libXinerama
xorg.libXext
fontconfig
freetype
imlib2
libexif
];
}