Skip to content

Commit

Permalink
feat(desktop): add minecraft and lunar client
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Nov 23, 2023
1 parent 601f497 commit d522532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/desktop/gaming/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{...}: {
imports = [
./genshin-impact.nix
./minecraft.nix
./steam.nix
];
}
6 changes: 6 additions & 0 deletions home/desktop/gaming/minecraft.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
minecraft
lunar-client
];
}

0 comments on commit d522532

Please sign in to comment.