This commit is contained in:
dusk 2022-09-17 17:17:54 +03:00
parent fcc519b33a
commit 79f170a76e
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
services.joycond.enable = true;
}

View File

@ -88,6 +88,7 @@ in {
config, config,
pkgs, pkgs,
inputs, inputs,
secrets,
... ...
}: let }: let
personal = import ../../personal.nix; personal = import ../../personal.nix;
@ -209,6 +210,11 @@ in {
lutris lutris
protontricks protontricks
fractal-next fractal-next
(
writeShellScriptBin "gh" ''
GH_TOKEN=${secrets.githubToken} ${gh}/bin/gh $@
''
)
]; ];
}; };
programs = { programs = {