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