This commit is contained in:
fwastring 2025-04-07 14:19:10 +02:00
parent 7cf0bb0c1c
commit 10fd762b95
17 changed files with 753 additions and 562 deletions

View file

@ -5,7 +5,7 @@ let
url = "https://github.com/FredzyW/dmenu.git";
rev = "7ec109778998462a6762745c65c47a73283b810e";
};
nativeBuildInputs = with pkgs; [
nativeBuildInputs = with pkgs; [
xorg.libX11.dev
xorg.libXft
imlib2
@ -16,4 +16,3 @@ in
{
home.packages = [ dmenu ];
}