Adding legacy minecraft launcher

This commit is contained in:
2026-04-12 15:55:47 +02:00
parent 9539e6a267
commit ae3ec21dde
4 changed files with 90 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, pkgs-unstable, htt, lib, ... }:
{ pkgs, pkgs-unstable, hyprland-toggle-tiling, legacy-launcher, lib, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -67,7 +67,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit htt;
inherit hyprland-toggle-tiling legacy-launcher;
};
users.typo = import ../home.nix;