feat: Added sunshine in macos
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
# ../../../modules/darwin/caddy
|
||||
./yabai.nix
|
||||
./skhd.nix
|
||||
./tailscale.nix
|
||||
./autossh.nix
|
||||
# ./caddy.nix
|
||||
./sops.nix
|
||||
# ./lmstudio.nix
|
||||
# ./colima.nix
|
||||
# ./zerotier.nix
|
||||
|
||||
# ./aerospace.nix
|
||||
# ./caddy.nix
|
||||
# ./colima.nix
|
||||
# ./lmstudio.nix
|
||||
# ./zerotier.nix
|
||||
|
||||
./autossh.nix
|
||||
./skhd.nix
|
||||
./sops.nix
|
||||
./sunshine.nix
|
||||
./tailscale.nix
|
||||
./yabai.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
darwin/shiro/services/sunshine.nix
Normal file
8
darwin/shiro/services/sunshine.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
taps = {
|
||||
"lizardbyte/homebrew" = {};
|
||||
};
|
||||
brews = [
|
||||
"sunshine-beta"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user