diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-13 18:51:48 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-13 18:51:48 +0100 |
commit | 2e72776bc90247b3bae0f178d149b039059ab604 (patch) | |
tree | a32c6e8ca3acf693a4a63423e1059f6dea4c7197 /host | |
parent | Cleanup, printing on desktop (diff) | |
download | Rory-Open-Architecture-2e72776bc90247b3bae0f178d149b039059ab604.tar.xz |
Update packages
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-desktop/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix index fd63037..be7f4b2 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix @@ -173,6 +173,7 @@ (schildichat-desktop.override { electron = electron; }) (callPackage ../../modules/packages/nheko-git.nix { inherit nhekoSrc; inherit mtxclientSrc; voipSupport = false; }) + #(callPackage ../../modules/packages/mc/server/modpack/curseforge/techopolis-2/5.4.nix { }) ]; programs.steam.enable = true; programs.steam.gamescopeSession.enable = true; |