diff options
| author | triethyl <triethylammonium@pm.me> | 2026-01-16 13:53:59 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-01-16 13:53:59 -0500 |
| commit | 66bbb2b874a4cf44adc91215f813d272b21b382a (patch) | |
| tree | f2752245591743449baa0d561ab8a825e679e0a1 /home-manager | |
| parent | 260956ac18b7686e97faa63cf2d4c6e8610bb3e6 (diff) | |
inputs: added hytale launcher flake input
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/users/nzxt-desktop/culsans.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/users/nzxt-desktop/culsans.nix b/home-manager/users/nzxt-desktop/culsans.nix index 6a2fbd5..a7ee61e 100644 --- a/home-manager/users/nzxt-desktop/culsans.nix +++ b/home-manager/users/nzxt-desktop/culsans.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, inputs, ...}: { home = { username = "culsans"; homeDirectory = "/home/culsans"; @@ -15,6 +15,7 @@ neovide vintagestory + inputs.hytale-launcher.packages.x86_64-linux.default ]; }; # Fix Vintage Story dotnet 7 insecurity |
