mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: i3!
This commit is contained in:
parent
add8b013a4
commit
d463824ef1
35 changed files with 2150 additions and 156 deletions
28
packages/kwin-blishhud-shader.nix
Normal file
28
packages/kwin-blishhud-shader.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
extra-cmake-modules,
|
||||
qt6,
|
||||
libepoxy,
|
||||
kwin,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kwin-blishhud-shader";
|
||||
version = "1.0.0";
|
||||
|
||||
dontWrapQtApps = true;
|
||||
src = fetchFromGitHub {
|
||||
owner = "FloFri";
|
||||
repo = pname;
|
||||
rev = "a7e4439a6450dc796bbfb99b64db788c592183eb";
|
||||
hash = "sha256-yCm57OCYTJpPY+OYpL/MlChhddccml3tH2jv/hgEAbo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
kwin
|
||||
qt6.full
|
||||
libepoxy
|
||||
extra-cmake-modules
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue