diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-01 09:56:34 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-01 09:56:34 -0400 |
| commit | 490fed422a7c20f4d6fecc6fa0c2b95341520a03 (patch) | |
| tree | 75d8247f99bbaa9a8a09e8652e10851439c9b4dd /flake.nix | |
| parent | scratchpad (diff) | |
| download | dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.gz dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.bz2 dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.zip | |
swallow
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -19,10 +19,13 @@ src = ./.; nativeBuildInputs = [ pkgs.pkg-config ]; - buildInputs = [ - pkgs.libX11 - pkgs.libxinerama - pkgs.libxft + buildInputs = with pkgs; [ + libX11 + libxinerama + libxft + libxcb + libxres + ]; makeFlags = [ |
