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