mod: remove genshin impact, add wuwa, vlc, makemkv, tailscale service

This commit is contained in:
2026-07-12 15:29:45 -04:00
parent 884999f719
commit e4614dbee5
2 changed files with 10 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ in {
nix.settings = let
inherit agl;
in (lib.mkIf
(agl.anime-game-launcher.enable || agl.honkers-railway-laucher.enable || agl.honkers-launcher.enable || agl.wavey-launcher.enable || agl.sleepy-launcher.enable)
(agl.anime-game-launcher.enable || agl.honkers-railway-launcher.enable || agl.honkers-launcher.enable || agl.wavey-launcher.enable || agl.sleepy-launcher.enable)
{
substituters = [ "https://ezkea.cachix.org" ];
trusted-public-keys = [ "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" ];

View File

@@ -85,7 +85,10 @@ in {
wl-clip-persist
ollama-rocm
newelle
tailscale
vlc
mediainfo
makemkv
ffmpeg
];
# Enable Polkit
@@ -125,10 +128,11 @@ in {
ffxiv.enable = true;
minecraft.enable = true;
aagl.anime-game-launcher.enable = true;
aagl.wavey-launcher.enable = true;
vintage-story.enable = true;
};
# Power management (see ../../pwrMgmt/default.nix)
pwrMgmt = {
enable = true;
@@ -228,5 +232,8 @@ in {
];
};
# Tailscale service
services.tailscale.enable = true;
system.stateVersion = "24.11";
}