mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
gaming
This commit is contained in:
parent
8dbdbb8be8
commit
75171873bf
1 changed files with 5 additions and 2 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue