summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-09-03 16:03:35 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2020-09-03 16:15:09 +0200
commit31cb1dc7552621a7cba2e6a7bc8785c535a9b8a9 (patch)
tree17578627cc602f5c547ffbf222fe5221133caa05
parenteda3730e6fbf9679f657b043ddd06a80116c6b98 (diff)
kwin-tiling: fix typo
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/tiling.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
index da424d04da90..8a455cb88826 100644
--- a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
+++ b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
@@ -31,7 +31,7 @@ mkDerivation rec {
plasmapkg2 --type kwinscript --install ${src} --packageroot $out/share/kwin/scripts
install -Dm644 ${src}/metadata.desktop $out/share/kservices5/kwin-script-tiling.desktop
- runHook postInstalll
+ runHook postInstall
'';
meta = with lib; {