From c4d17444e570ee8cd3b2b4a0fd45809d2469fb53 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 29 Sep 2025 12:34:03 -0400 Subject: update commits --- home/gaming/homestuck.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 home/gaming/homestuck.nix (limited to 'home/gaming/homestuck.nix') diff --git a/home/gaming/homestuck.nix b/home/gaming/homestuck.nix deleted file mode 100644 index f7a1d65..0000000 --- a/home/gaming/homestuck.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - lib, - config, - inputs, - pkgs, - ... -}: let - inherit (lib) mkIf; - cfg = config.gaming.homestuck; -in { - config = mkIf cfg.enable { - home.packages = [ - inputs.self.packages.${pkgs.system}.unofficial-homestuck-collection - ]; - }; -} -- cgit v1.2.3-freya