summaryrefslogtreecommitdiff
path: root/modules/gaming
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gaming')
-rw-r--r--modules/gaming/homestuck.nix3
1 files changed, 1 insertions, 2 deletions
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} = {