From a6817764374eb9cef17cd1d9d5b10d3d8d0cd823 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 12 Feb 2024 12:20:10 +0100 Subject: [PATCH] Add hyprwm/contrib overlay --- flake.lock | 21 +++++++++++++++++++++ flake.nix | 6 ++++++ 2 files changed, 27 insertions(+) diff --git a/flake.lock b/flake.lock index ede7ac1..7e3f22f 100644 --- a/flake.lock +++ b/flake.lock @@ -55,6 +55,26 @@ "type": "github" } }, + "hyprwm-contrib": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706198673, + "narHash": "sha256-bHlxFd+3QHy6eXtTzzhwVNcyxBSOxTvBuJGNUzI4C4M=", + "owner": "hyprwm", + "repo": "contrib", + "rev": "16884001b26e6955ff4b88b4dfe4c8986e20f153", + "type": "github" + }, + "original": { + "owner": "hyprwm", + "repo": "contrib", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ @@ -148,6 +168,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "hyprwm-contrib": "hyprwm-contrib", "nix-index-database": "nix-index-database", "nix-wsl": "nix-wsl", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index d5135d2..977dcac 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,11 @@ url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs"; }; + + hyprwm-contrib = { + url = "github:hyprwm/contrib"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs: @@ -42,6 +47,7 @@ inherit (inputs.pkg-android-tools.legacyPackages.${final.system}) android-tools android-udev-rules; }) + inputs.hyprwm-contrib.overlays.default ]; ### Configuration