added roblox and r2modman

This commit is contained in:
Dea 2026-01-09 15:50:11 -05:00
parent ad594d1c7a
commit 0d052fc1ee
2 changed files with 15 additions and 0 deletions

View file

@ -17,6 +17,7 @@
libsForQt5.qtstyleplugin-kvantum # libs for Qt5
libsForQt5.qt5ct
libsForQt5.qt5.qtbase
btop-cuda
syncplay
];

View file

@ -32,8 +32,22 @@ in
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
services.flatpak = {
enable = true;
packages = [
{
appId = "org.vinegarhq.Sober";
origin = "flathub";
}
];
update.onActivation = true;
uninstallUnmanaged = true;
};
environment.systemPackages = with pkgs; [
prismlauncher # minecraft
waywall # mcsr
r2modman
];
}