From b0834da4f32d5eaca3f585d41e5f7ba049acc6f4 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 29 Jun 2023 19:15:45 +0200 Subject: Feat(u/sils): Add Prismlauncher --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 98b17de..4685562 100644 --- a/flake.nix +++ b/flake.nix @@ -82,8 +82,8 @@ # rust-overlay.follows = "rust-overlay"; # }; # }; - polymc = { - url = "github:PolyMC/PolyMC"; + prismlauncher = { + url = "github:PrismLauncher/PrismLauncher"; }; }; #}}} @@ -96,7 +96,7 @@ yambar_cpu, yambar_memory, #grades, - polymc, + prismlauncher, ... } @ attrs: let system = "x86_64-linux"; @@ -116,7 +116,7 @@ useGlobalPkgs = true; useUserPackages = true; users.sils = import ./users/sils; - extraSpecialArgs = {inherit pkgs system sysLib river_init_lesser yambar_cpu yambar_memory polymc;}; + extraSpecialArgs = {inherit pkgs system sysLib river_init_lesser yambar_cpu yambar_memory prismlauncher;}; }; } ]; -- cgit 1.4.1