added roblox and r2modman
This commit is contained in:
parent
ad594d1c7a
commit
0d052fc1ee
2 changed files with 15 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -17,6 +17,7 @@
|
||||||
libsForQt5.qtstyleplugin-kvantum # libs for Qt5
|
libsForQt5.qtstyleplugin-kvantum # libs for Qt5
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
libsForQt5.qt5.qtbase
|
libsForQt5.qt5.qtbase
|
||||||
|
btop-cuda
|
||||||
|
|
||||||
syncplay
|
syncplay
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,22 @@ in
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
prismlauncher # minecraft
|
prismlauncher # minecraft
|
||||||
waywall # mcsr
|
waywall # mcsr
|
||||||
|
|
||||||
|
r2modman
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue