From 512d9544700c2c0b4af027d9b04315fe95338b03 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 2 May 2024 21:52:08 -0400 Subject: [PATCH] hoenn: cleaned up documentation --- nixosModules/scripts/hoenn/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixosModules/scripts/hoenn/default.nix b/nixosModules/scripts/hoenn/default.nix index 39161030..04cf8376 100644 --- a/nixosModules/scripts/hoenn/default.nix +++ b/nixosModules/scripts/hoenn/default.nix @@ -31,7 +31,6 @@ in { }; config = lib.mkIf config.alyraffauf.scripts.hoenn.enable { - # Packages that should be installed to the user profile. environment.systemPackages = with pkgs; [hoenn]; }; }