diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-29 19:09:24 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-29 19:09:24 +0200 |
| commit | d9a8f843e2c190618c2a30141e9c00251b0040d8 (patch) | |
| tree | f831fdaef2c3639862899b3fcbaab2f830da8c6e | |
| parent | 1d274369ccc476696b2c598c881a7e9c4c67a898 (diff) | |
| download | nix-infra-d9a8f843e2c190618c2a30141e9c00251b0040d8.tar.gz nix-infra-d9a8f843e2c190618c2a30141e9c00251b0040d8.tar.bz2 nix-infra-d9a8f843e2c190618c2a30141e9c00251b0040d8.zip | |
snapshot: Do 29. Mai 19:09:24 CEST 2025
| -rw-r--r-- | srv/hadante/vintage-story.nix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/srv/hadante/vintage-story.nix b/srv/hadante/vintage-story.nix index 8933fec..a9e3eba 100644 --- a/srv/hadante/vintage-story.nix +++ b/srv/hadante/vintage-story.nix @@ -10,17 +10,16 @@ let in { home-manager.users.${config.user} = { - imports = [ inputs.vintagestory-nix.homeManagerModules.default ]; - programs.vs-launcher = { - enable = true; - installedVersions = with VSPkgs; [ - # Current version I'm playing on with mods - v1-20-10 - ]; - }; + # imports = [ inputs.vintagestory-nix.homeManagerModules.default ]; + # programs.vs-launcher = { + # enable = true; + # installedVersions = with VSPkgs; [ + # # Current version I'm playing on with mods + # v1-20-10 + # ]; + # }; home.packages = [ - VSPkgs.latest - pkgs.dotnet-runtime + pkgs.vintagestory ]; }; } |
