feat: add steam to vega

This commit is contained in:
Dmitriy Kholkin 2025-07-16 19:38:14 +03:00
parent 16af5ab8aa
commit 414d23c149
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -48,6 +48,7 @@ in
# Home-manager # Home-manager
home-manager.users.${defaultUser} = { home-manager.users.${defaultUser} = {
ataraxia.defaults.role = "laptop"; ataraxia.defaults.role = "laptop";
ataraxia.programs.mangohud.enable = true;
ataraxia.services.modprobed-db.enable = true; ataraxia.services.modprobed-db.enable = true;
ataraxia.theme.catppuccin.enable = true; ataraxia.theme.catppuccin.enable = true;
@ -77,6 +78,7 @@ in
}; };
}; };
ataraxia.programs.steam.enable = true;
ataraxia.vpn.sing-box.enable = true; ataraxia.vpn.sing-box.enable = true;
ataraxia.vpn.sing-box.config = "dell-singbox"; ataraxia.vpn.sing-box.config = "dell-singbox";
services.tailscale = { services.tailscale = {