wayneko: switch to virt's fork
I love my zebra cat
This commit is contained in:
parent
547385a0d8
commit
82347ff291
1 changed files with 13 additions and 1 deletions
|
@ -4,6 +4,18 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib.meta) getExe;
|
||||
|
||||
custom-wayneko = pkgs.wayneko.overrideAttrs {
|
||||
src = pkgs.fetchFromGitea {
|
||||
domain = "copeberg.org";
|
||||
owner = "virt";
|
||||
repo = "wayneko";
|
||||
rev = "3ed4e4e1f847213e712fe22e0278ec62c4fa2cf2";
|
||||
hash = "sha256-NxNrcQkx82SQ5GRqcJbbgM/Qg3GY8Whu5m5wI3zQi18=";
|
||||
};
|
||||
|
||||
hash = "";
|
||||
};
|
||||
in {
|
||||
systemd.user.services.wayneko = {
|
||||
description = "Wayneko, as a systemd service";
|
||||
|
@ -16,7 +28,7 @@ in {
|
|||
after = ["graphical-session.target"];
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${getExe pkgs.wayneko} --layer top --follow-pointer false";
|
||||
ExecStart = "${getExe custom-wayneko} --layer top --type striped";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue