diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..57e82e5 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1753694789, + "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix index 31d029a..5060596 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,8 @@ pkg-config wayland # Provides the 'wayland-scanner' tool wayland-scanner + libinput + pixman ]; # Add the necessary build dependencies for dwl buildInputs = with pkgs; [