summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
commit490fed422a7c20f4d6fecc6fa0c2b95341520a03 (patch)
tree75d8247f99bbaa9a8a09e8652e10851439c9b4dd /flake.nix
parentscratchpad (diff)
downloaddwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.gz
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.bz2
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.zip
swallow
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 3e96594..2ce2adf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = [