hoenn: cleaned up documentation

This commit is contained in:
Aly Raffauf 2024-05-02 21:52:08 -04:00
parent ebde0b1cda
commit 512d954470

View file

@ -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];
};
}