Skip to content

Commit ccd099f

Browse files
committed
feat(home/games): init hytale
1 parent 57488a6 commit ccd099f

File tree

4 files changed

+67
-3
lines changed

4 files changed

+67
-3
lines changed

flake.lock

Lines changed: 58 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
5959
inputs.nixpkgs.follows = "nixpkgs";
6060
};
61+
hytale = {
62+
url = "github:TNAZEP/HytaleLauncherFlake";
63+
inputs.nixpkgs.follows = "nixpkgs";
64+
};
6165

6266
# My own programs, packaged with nix
6367
themes = {

home/gabriel/features/games/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
./steam.nix
44
./prism-launcher.nix
55
./runescape.nix
6+
./hytale.nix
67
];
78
home = {
89
packages = with pkgs; [gamescope];
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{pkgs, ...}: {
2+
home.packages = [pkgs.inputs.hytale.default];
3+
home.persistence."/persist".directories = [".local/share/Hytale"];
4+
}

0 commit comments

Comments
 (0)