From 2e4c4298cf84f94d68387e8076fd430e9968ce6c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 16:39:14 -0400 Subject: refactor --- modules/gaming/homestuck.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/gaming/homestuck.nix') diff --git a/modules/gaming/homestuck.nix b/modules/gaming/homestuck.nix index 12641a4..681325b 100644 --- a/modules/gaming/homestuck.nix +++ b/modules/gaming/homestuck.nix @@ -1,13 +1,12 @@ { lib, config, - pkgs, inputs, + system, ... }: let inherit (lib) mkIf; cfg = config.gaming; - system = pkgs.stdenv.hostPlatform.system; in { config = mkIf cfg.homestuck { home-manager.users.${config.user} = { -- cgit v1.2.3-freya