guh
This commit is contained in:
parent
fcc519b33a
commit
79f170a76e
3
hosts/tkaronto/modules/joycond.nix
Normal file
3
hosts/tkaronto/modules/joycond.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
services.joycond.enable = true;
|
||||
}
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user