diff options
Diffstat (limited to 'modules/gaming/homestuck.nix')
-rw-r--r-- | modules/gaming/homestuck.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/gaming/homestuck.nix b/modules/gaming/homestuck.nix deleted file mode 100644 index 681325b..0000000 --- a/modules/gaming/homestuck.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - lib, - config, - inputs, - system, - ... -}: let - inherit (lib) mkIf; - cfg = config.gaming; -in { - config = mkIf cfg.homestuck { - home-manager.users.${config.user} = { - home.packages = [ - inputs.self.packages.${system}.unofficial-homestuck-collection - ]; - }; - }; -} |