summaryrefslogtreecommitdiff
path: root/modules/gaming/homestuck.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
commit2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch)
tree2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /modules/gaming/homestuck.nix
parentfmt (diff)
downloaddotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip
refactor
Diffstat (limited to 'modules/gaming/homestuck.nix')
-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} = {