summaryrefslogtreecommitdiff
path: root/programs/unofficial-homestuck-collection/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/unofficial-homestuck-collection/default.nix')
-rw-r--r--programs/unofficial-homestuck-collection/default.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/programs/unofficial-homestuck-collection/default.nix b/programs/unofficial-homestuck-collection/default.nix
deleted file mode 100644
index 834bc5c..0000000
--- a/programs/unofficial-homestuck-collection/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- config,
- pkgs,
- inputs,
- ...
-}: let
- system = pkgs.stdenv.hostPlatform.system;
- unofficial-homestuck-collection = inputs.self.packages.${system};
-in {
- home-manager.users.${config.user} = {
- home.packages = [
- unofficial-homestuck-collection.unofficial-homestuck-collection
- ];
- };
-}