Add hyprwm/contrib overlay

This commit is contained in:
NullBite 2024-02-12 12:20:10 +01:00
parent a175620ca9
commit a681776437
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 27 additions and 0 deletions

21
flake.lock generated
View File

@ -55,6 +55,26 @@
"type": "github" "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": { "nix-index-database": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -148,6 +168,7 @@
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprwm-contrib": "hyprwm-contrib",
"nix-index-database": "nix-index-database", "nix-index-database": "nix-index-database",
"nix-wsl": "nix-wsl", "nix-wsl": "nix-wsl",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",

View File

@ -28,6 +28,11 @@
url = "github:nix-community/NixOS-WSL"; url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprwm-contrib = {
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs: outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs:
@ -42,6 +47,7 @@
inherit (inputs.pkg-android-tools.legacyPackages.${final.system}) inherit (inputs.pkg-android-tools.legacyPackages.${final.system})
android-tools android-udev-rules; android-tools android-udev-rules;
}) })
inputs.hyprwm-contrib.overlays.default
]; ];
### Configuration ### Configuration