This commit is contained in:
nora 2026-01-02 17:30:16 +01:00
parent 8dbdbb8be8
commit 75171873bf

View file

@ -6,8 +6,8 @@ let
(pkgs.fetchFromGitHub { (pkgs.fetchFromGitHub {
owner = "Noratrieb"; owner = "Noratrieb";
repo = "colouncher"; repo = "colouncher";
rev = "bee16cced1e03419f31534d2811233f7aadd0043"; rev = "a68d0dff63c32f84354f97aed5ac52ce3e0fa284";
hash = "sha256-Aoyc2kk1xO4wfdi5+NT7Mhei2rvzaxP3Y9WifWqRN18="; hash = "sha256-NhZMBKxqHCQSvvj2NjXUlCQ5JvRPdGTnftTxdciLlPQ=";
})) }))
{ inherit pkgs; }; { inherit pkgs; };
in in
@ -25,6 +25,9 @@ in
ExecStart = pkgs.lib.getExe pkg; ExecStart = pkgs.lib.getExe pkg;
Restart = "on-failure"; Restart = "on-failure";
Type = "notify"; Type = "notify";
Environment = [
"LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath [pkgs.vulkan-loader]}"
];
}; };
Install.WantedBy = [ Install.WantedBy = [